コード例 #1
0
ファイル: pfsutil.go プロジェクト: plar/pachyderm
func GetVersion(apiClient pfs.ApiClient) (*pfs.GetVersionResponse, error) {
	return apiClient.GetVersion(
		context.Background(),
		&google_protobuf.Empty{},
	)
}