Documentation
¶
Index ¶
- func RegisterService(s giraffe_micro.Server, srv Service)
- type Client
- type GetInstallScriptRequest
- func (*GetInstallScriptRequest) Descriptor() ([]byte, []int)
- func (m *GetInstallScriptRequest) GetInstallKey() string
- func (m *GetInstallScriptRequest) GetOs() string
- func (m *GetInstallScriptRequest) GetProxyIp() string
- func (*GetInstallScriptRequest) ProtoMessage()
- func (m *GetInstallScriptRequest) Reset()
- func (m *GetInstallScriptRequest) String() string
- func (this *GetInstallScriptRequest) Validate() error
- func (m *GetInstallScriptRequest) XXX_DiscardUnknown()
- func (m *GetInstallScriptRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetInstallScriptRequest) XXX_Merge(src proto.Message)
- func (m *GetInstallScriptRequest) XXX_Size() int
- func (m *GetInstallScriptRequest) XXX_Unmarshal(b []byte) error
- type Service
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterService ¶
func RegisterService(s giraffe_micro.Server, srv Service)
Types ¶
type Client ¶
type Client interface { }
Client is the client API for agent_install_script service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewClient ¶
func NewClient(c giraffe_micro.Client) Client
type GetInstallScriptRequest ¶
type GetInstallScriptRequest struct { // //操作系统 Os string `protobuf:"bytes,1,opt,name=os,proto3" json:"os" form:"os"` // //Agent安装密钥 InstallKey string `protobuf:"bytes,2,opt,name=install_key,json=installKey,proto3" json:"install_key" form:"install_key"` // //代理地址 ProxyIp string `protobuf:"bytes,3,opt,name=proxy_ip,json=proxyIp,proto3" json:"proxy_ip" form:"proxy_ip"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
GetInstallScript请求
func (*GetInstallScriptRequest) Descriptor ¶
func (*GetInstallScriptRequest) Descriptor() ([]byte, []int)
func (*GetInstallScriptRequest) GetInstallKey ¶
func (m *GetInstallScriptRequest) GetInstallKey() string
func (*GetInstallScriptRequest) GetOs ¶
func (m *GetInstallScriptRequest) GetOs() string
func (*GetInstallScriptRequest) GetProxyIp ¶
func (m *GetInstallScriptRequest) GetProxyIp() string
func (*GetInstallScriptRequest) ProtoMessage ¶
func (*GetInstallScriptRequest) ProtoMessage()
func (*GetInstallScriptRequest) Reset ¶
func (m *GetInstallScriptRequest) Reset()
func (*GetInstallScriptRequest) String ¶
func (m *GetInstallScriptRequest) String() string
func (*GetInstallScriptRequest) Validate ¶
func (this *GetInstallScriptRequest) Validate() error
func (*GetInstallScriptRequest) XXX_DiscardUnknown ¶
func (m *GetInstallScriptRequest) XXX_DiscardUnknown()
func (*GetInstallScriptRequest) XXX_Marshal ¶
func (m *GetInstallScriptRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetInstallScriptRequest) XXX_Merge ¶
func (m *GetInstallScriptRequest) XXX_Merge(src proto.Message)
func (*GetInstallScriptRequest) XXX_Size ¶
func (m *GetInstallScriptRequest) XXX_Size() int
func (*GetInstallScriptRequest) XXX_Unmarshal ¶
func (m *GetInstallScriptRequest) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.