예제 #1
0
파일: pfsutil.go 프로젝트: plar/pachyderm
func GetVersion(apiClient pfs.ApiClient) (*pfs.GetVersionResponse, error) {
	return apiClient.GetVersion(
		context.Background(),
		&google_protobuf.Empty{},
	)
}