Documentation ¶
Index ¶
- Variables
- type Config
- func (*Config) Descriptor() ([]byte, []int)deprecated
- func (x *Config) GetApiMountpoint() string
- func (x *Config) GetTag() string
- func (x *Config) GetWebRoot() []byte
- func (x *Config) GetWebRootFile() string
- func (*Config) ProtoMessage()
- func (x *Config) ProtoReflect() protoreflect.Message
- func (x *Config) Reset()
- func (x *Config) String() string
- type WebCommander
Constants ¶
This section is empty.
Variables ¶
View Source
var File_app_commander_webcommander_config_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Tag string `protobuf:"bytes,1,opt,name=tag,proto3" json:"tag,omitempty"` WebRoot []byte `protobuf:"bytes,2,opt,name=web_root,json=webRoot,proto3" json:"web_root,omitempty"` WebRootFile string `protobuf:"bytes,96002,opt,name=web_root_file,json=webRootFile,proto3" json:"web_root_file,omitempty"` ApiMountpoint string `protobuf:"bytes,3,opt,name=api_mountpoint,json=apiMountpoint,proto3" json:"api_mountpoint,omitempty"` // contains filtered or unexported fields }
func (*Config) Descriptor
deprecated
func (*Config) GetApiMountpoint ¶
func (*Config) GetWebRoot ¶
func (*Config) GetWebRootFile ¶
func (*Config) ProtoMessage ¶
func (*Config) ProtoMessage()
func (*Config) ProtoReflect ¶
func (x *Config) ProtoReflect() protoreflect.Message
type WebCommander ¶
func (*WebCommander) Close ¶
func (w *WebCommander) Close() error
func (*WebCommander) ServeHTTP ¶
func (w *WebCommander) ServeHTTP(writer http.ResponseWriter, request *http.Request)
func (*WebCommander) Start ¶
func (w *WebCommander) Start() error
func (*WebCommander) Type ¶
func (w *WebCommander) Type() interface{}
Click to show internal directories.
Click to hide internal directories.