Exemplo n.º 1
0
func GetVersion(apiClient pfs.ApiClient) (*pfs.GetVersionResponse, error) {
	return apiClient.GetVersion(
		context.Background(),
		&google_protobuf.Empty{},
	)
}