Documentation ¶
Index ¶
- func NewAuthenticationServer(service service.AuthenticationService) stub.AuthenticationServer
- func NewDataSourceServer(dataSourceService service.DataSourceService) stub.DataSourceServer
- func NewEventChannelGrpcService(service service.EventChannelService, ...) stub.EventChannelServer
- func NewRecordServer(service service.RecordService, ...) stub.RecordServer
- func NewResourceServer(resourceService service.ResourceService) stub.ResourceServer
- func NewWatchServer(service service.WatchService, ...) stub.WatchServer
- type RequestWithToken
- type Server
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAuthenticationServer ¶
func NewAuthenticationServer(service service.AuthenticationService) stub.AuthenticationServer
func NewDataSourceServer ¶
func NewDataSourceServer(dataSourceService service.DataSourceService) stub.DataSourceServer
func NewEventChannelGrpcService ¶ added in v1.1.48
func NewEventChannelGrpcService(service service.EventChannelService, authenticationService service.AuthenticationService) stub.EventChannelServer
func NewRecordServer ¶
func NewRecordServer(service service.RecordService, authenticationService service.AuthenticationService) stub.RecordServer
func NewResourceServer ¶
func NewResourceServer(resourceService service.ResourceService) stub.ResourceServer
func NewWatchServer ¶
func NewWatchServer(service service.WatchService, authenticationService service.AuthenticationService) stub.WatchServer
Types ¶
type RequestWithToken ¶
type RequestWithToken interface {
GetToken() string
}
Click to show internal directories.
Click to hide internal directories.