Documentation
¶
Index ¶
- type Handler
- func (h *Handler) Authenticate(ctx context.Context, req *connect.Request[v1.AuthenticateRequest]) (*connect.Response[v1.AuthenticateResponse], error)
- func (h *Handler) CreateEntity(ctx context.Context, req *connect.Request[v1.CreateEntityRequest]) (*connect.Response[v1.CreateEntityResponse], error)
- func (h *Handler) GetEntity(ctx context.Context, _ *connect.Request[v1.GetEntityRequest]) (*connect.Response[v1.GetEntityResponse], error)
- func (h *Handler) RefreshToken(ctx context.Context, req *connect.Request[v1.RefreshTokenRequest]) (*connect.Response[v1.RefreshTokenResponse], error)
- func (h *Handler) UpdateEntity(ctx context.Context, req *connect.Request[v1.UpdateEntityRequest]) (*connect.Response[v1.UpdateEntityResponse], error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func (*Handler) Authenticate ¶
func (*Handler) CreateEntity ¶
func (*Handler) RefreshToken ¶
Click to show internal directories.
Click to hide internal directories.