Documentation ¶
Index ¶
- type AppTokenServer
- func (server AppTokenServer) AppendPermission(ctx context.Context, in *proto.AppendPermissionRequest) (*proto.AppendPermissionResponse, error)
- func (server AppTokenServer) Get(ctx context.Context, in *proto.GetRequest) (*proto.GetResponse, error)
- func (server AppTokenServer) Initialize(ctx context.Context, in *proto.InitializeRequest) (*proto.InitializeResponse, error)
- func (server AppTokenServer) Issue(ctx context.Context, in *proto.IssueRequest) (*proto.IssueResponse, error)
- func (server AppTokenServer) RollbackAppendPermission(ctx context.Context, in *proto.RollbackAppendPermissionRequest) (*proto.RollbackAppendPermissionResponse, error)
- func (server AppTokenServer) UnlockAppToken(ctx context.Context, in *proto.UnlockAppTokenRequest) (*proto.UnlockAppTokenResponse, error)
- func (server AppTokenServer) Validate(ctx context.Context, in *proto.ValidateRequest) (*proto.ValidateResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppTokenServer ¶
type AppTokenServer struct { proto.UnimplementedAppTokenServer // contains filtered or unexported fields }
func NewAppTokenServer ¶
func NewAppTokenServer( initService initializing.Service, modifyService modifying.Service, fetchService fetching.Service, validateService validating.Service) (*AppTokenServer, error)
NewAppTokenServer creates all storage and domain dependencies binding them to the grpc-server and registers the grpc server implementing the grpc endpoints
func (AppTokenServer) AppendPermission ¶
func (server AppTokenServer) AppendPermission(ctx context.Context, in *proto.AppendPermissionRequest) (*proto.AppendPermissionResponse, error)
func (AppTokenServer) Get ¶
func (server AppTokenServer) Get(ctx context.Context, in *proto.GetRequest) (*proto.GetResponse, error)
func (AppTokenServer) Initialize ¶
func (server AppTokenServer) Initialize(ctx context.Context, in *proto.InitializeRequest) (*proto.InitializeResponse, error)
func (AppTokenServer) Issue ¶
func (server AppTokenServer) Issue(ctx context.Context, in *proto.IssueRequest) (*proto.IssueResponse, error)
func (AppTokenServer) RollbackAppendPermission ¶
func (server AppTokenServer) RollbackAppendPermission(ctx context.Context, in *proto.RollbackAppendPermissionRequest) (*proto.RollbackAppendPermissionResponse, error)
func (AppTokenServer) UnlockAppToken ¶
func (server AppTokenServer) UnlockAppToken(ctx context.Context, in *proto.UnlockAppTokenRequest) (*proto.UnlockAppTokenResponse, error)
func (AppTokenServer) Validate ¶
func (server AppTokenServer) Validate(ctx context.Context, in *proto.ValidateRequest) (*proto.ValidateResponse, error)
Source Files ¶
Click to show internal directories.
Click to hide internal directories.