Documentation ¶
Index ¶
- type CommandGrpcService
- func (grpcService *CommandGrpcService) CommandChannel(stream sdkProto.Commander_CommandChannelServer) error
- func (grpcService *CommandGrpcService) Download(req *sdkProto.DownloadRequest, download sdkProto.Commander_DownloadServer) error
- func (grpcService *CommandGrpcService) SendConfigApply(nginxId string, nginxConfigFileName string, messageId string) error
- func (grpcService *CommandGrpcService) Upload(upload sdkProto.Commander_UploadServer) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommandGrpcService ¶
type CommandGrpcService struct {
// contains filtered or unexported fields
}
func NewCommandService ¶
func NewCommandService() *CommandGrpcService
func (*CommandGrpcService) CommandChannel ¶
func (grpcService *CommandGrpcService) CommandChannel(stream sdkProto.Commander_CommandChannelServer) error
func (*CommandGrpcService) Download ¶
func (grpcService *CommandGrpcService) Download(req *sdkProto.DownloadRequest, download sdkProto.Commander_DownloadServer) error
Download from the server to the client
func (*CommandGrpcService) SendConfigApply ¶
func (grpcService *CommandGrpcService) SendConfigApply(nginxId string, nginxConfigFileName string, messageId string) error
func (*CommandGrpcService) Upload ¶
func (grpcService *CommandGrpcService) Upload(upload sdkProto.Commander_UploadServer) error
Upload to the server from the client.
Click to show internal directories.
Click to hide internal directories.