Documentation
¶
Index ¶
- type ApiGatewayWebsocketService
- func (a *ApiGatewayWebsocketService) CloseConnection(ctx context.Context, req *websocketpb.WebsocketCloseConnectionRequest) (*websocketpb.WebsocketCloseConnectionResponse, error)
- func (a *ApiGatewayWebsocketService) SendMessage(ctx context.Context, req *websocketpb.WebsocketSendRequest) (*websocketpb.WebsocketSendResponse, error)
- func (a *ApiGatewayWebsocketService) SocketDetails(ctx context.Context, req *websocketpb.WebsocketDetailsRequest) (*websocketpb.WebsocketDetailsResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApiGatewayWebsocketService ¶
type ApiGatewayWebsocketService struct {
// contains filtered or unexported fields
}
func NewAwsApiGatewayWebsocket ¶
func NewAwsApiGatewayWebsocket(resolver resource.AwsResourceResolver) (*ApiGatewayWebsocketService, error)
func (*ApiGatewayWebsocketService) CloseConnection ¶
func (a *ApiGatewayWebsocketService) CloseConnection(ctx context.Context, req *websocketpb.WebsocketCloseConnectionRequest) (*websocketpb.WebsocketCloseConnectionResponse, error)
func (*ApiGatewayWebsocketService) SendMessage ¶
func (a *ApiGatewayWebsocketService) SendMessage(ctx context.Context, req *websocketpb.WebsocketSendRequest) (*websocketpb.WebsocketSendResponse, error)
func (*ApiGatewayWebsocketService) SocketDetails ¶
func (a *ApiGatewayWebsocketService) SocketDetails(ctx context.Context, req *websocketpb.WebsocketDetailsRequest) (*websocketpb.WebsocketDetailsResponse, error)
Click to show internal directories.
Click to hide internal directories.