Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet( NewAccountService, NewAuthService, )
Functions ¶
This section is empty.
Types ¶
type AccountService ¶
type AccountService struct { v1.UnimplementedAccountServiceServer // contains filtered or unexported fields }
func NewAccountService ¶
func NewAccountService(ent *ent.Client) *AccountService
type AuthService ¶
type AuthService struct { v1.UnimplementedAuthServiceServer // contains filtered or unexported fields }
func NewAuthService ¶
func NewAuthService(ent *ent.Client) *AuthService
func (AuthService) Permissions ¶
func (r AuthService) Permissions(ctx context.Context, req *common.ID) (*v1.PermissionsReply, error)
Click to show internal directories.
Click to hide internal directories.