absmach / magistrala

Industrial IoT Messaging and Device Management Platform

Home Page:https://www.abstractmachines.fr/magistrala.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generate mocks for proto interfaces

SammyOina opened this issue · comments

const InvalidValue = "invalid"
var _ magistrala.AuthServiceClient = (*AuthClient)(nil)
type AuthClient struct {
mock.Mock
}

//go:generate mockery --name=AuthServiceClient --output=./mocks --filename auth_client.go --quiet