Documentation ¶
Index ¶
- type Api
- type AuthenticationApi
- type AuthenticationRequest
- type AuthenticationResponse
- type EventChannelApi
- type HealthApi
- type HealthResponse
- type LogApi
- type RecordApi
- type RefreshTokenRequest
- type RefreshTokenResponse
- type ResourceApi
- type Router
- type Server
- type ServiceCaller
- type Token
- type VersionApi
- type VersionResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Api ¶ added in v1.2.36
func NewPprofApi ¶ added in v1.2.36
func NewPprofApi() Api
type AuthenticationApi ¶ added in v1.2.36
func NewAuthenticationApi ¶ added in v1.2.36
func NewAuthenticationApi(service service.AuthenticationService) AuthenticationApi
type AuthenticationRequest ¶ added in v1.2.36
type AuthenticationResponse ¶ added in v1.2.36
type AuthenticationResponse struct {
Token Token `json:"token"`
}
type EventChannelApi ¶ added in v1.1.48
func NewEventChannelApi ¶ added in v1.1.48
func NewEventChannelApi(container service.Container) EventChannelApi
type HealthApi ¶ added in v1.1.37
func NewHealthApi ¶ added in v1.1.37
func NewHealthApi() HealthApi
type HealthResponse ¶ added in v1.1.37
type HealthResponse struct {
Status string `json:"status"`
}
type RecordApi ¶ added in v1.1.37
func NewRecordApi ¶ added in v1.1.37
type RefreshTokenRequest ¶ added in v1.2.36
type RefreshTokenResponse ¶ added in v1.2.36
type RefreshTokenResponse struct {
Token Token `json:"token"`
}
type ResourceApi ¶ added in v1.1.37
func NewResourceApi ¶ added in v1.1.37
func NewResourceApi(container service.Container) ResourceApi
type Server ¶
type ServiceCaller ¶ added in v1.1.37
type ServiceCaller struct {
// contains filtered or unexported fields
}
func ServiceResponder ¶ added in v1.1.37
func ServiceResponder() ServiceCaller
func (ServiceCaller) Respond ¶ added in v1.1.37
func (s ServiceCaller) Respond(result interface{}, serviceError error)
func (ServiceCaller) Writer ¶ added in v1.1.37
func (s ServiceCaller) Writer(writer http.ResponseWriter) ServiceCaller
type VersionApi ¶ added in v1.3.55
func NewVersionApi ¶ added in v1.3.55
func NewVersionApi() VersionApi
type VersionResponse ¶ added in v1.3.55
Source Files ¶
Click to show internal directories.
Click to hide internal directories.