agent_install_script

package
v0.0.0-...-b63aa1a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 18, 2019 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

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

type Service

type Service interface {
}

Service is the server API for agent_install_script service.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL