pb

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Jul 20, 2022 License: BSD-3-Clause Imports: 8 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_uv_pb_app_proto protoreflect.FileDescriptor
View Source
var Service_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "app.Service",
	HandlerType: (*ServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "AppCreate",
			Handler:    _Service_AppCreate_Handler,
		},
		{
			MethodName: "AppRemove",
			Handler:    _Service_AppRemove_Handler,
		},
		{
			MethodName: "AppSet",
			Handler:    _Service_AppSet_Handler,
		},
		{
			MethodName: "AppGet",
			Handler:    _Service_AppGet_Handler,
		},
		{
			MethodName: "AppQuery",
			Handler:    _Service_AppQuery_Handler,
		},
		{
			MethodName: "VerCreate",
			Handler:    _Service_VerCreate_Handler,
		},
		{
			MethodName: "VerRemove",
			Handler:    _Service_VerRemove_Handler,
		},
		{
			MethodName: "VerSet",
			Handler:    _Service_VerSet_Handler,
		},
		{
			MethodName: "VerGet",
			Handler:    _Service_VerGet_Handler,
		},
		{
			MethodName: "VerQuery",
			Handler:    _Service_VerQuery_Handler,
		},
		{
			MethodName: "VerGetURL",
			Handler:    _Service_VerGetURL_Handler,
		},
		{
			MethodName: "VerUpURL",
			Handler:    _Service_VerUpURL_Handler,
		},
		{
			MethodName: "ContainerCreate",
			Handler:    _Service_ContainerCreate_Handler,
		},
		{
			MethodName: "ContainerRemove",
			Handler:    _Service_ContainerRemove_Handler,
		},
		{
			MethodName: "ContainerSet",
			Handler:    _Service_ContainerSet_Handler,
		},
		{
			MethodName: "ContainerGet",
			Handler:    _Service_ContainerGet_Handler,
		},
		{
			MethodName: "ContainerQuery",
			Handler:    _Service_ContainerQuery_Handler,
		},
		{
			MethodName: "AcAdd",
			Handler:    _Service_AcAdd_Handler,
		},
		{
			MethodName: "AcRemove",
			Handler:    _Service_AcRemove_Handler,
		},
		{
			MethodName: "AcSet",
			Handler:    _Service_AcSet_Handler,
		},
		{
			MethodName: "AcGet",
			Handler:    _Service_AcGet_Handler,
		},
		{
			MethodName: "AcQuery",
			Handler:    _Service_AcQuery_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "uv-pb-app.proto",
}

Service_ServiceDesc is the grpc.ServiceDesc for Service service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterServiceServer

func RegisterServiceServer(s grpc.ServiceRegistrar, srv ServiceServer)

Types

type Ac

type Ac struct {
	Cid   string            `protobuf:"bytes,1,opt,name=cid,proto3" json:"cid,omitempty"`
	Appid string            `protobuf:"bytes,2,opt,name=appid,proto3" json:"appid,omitempty"`
	Ver   string            `protobuf:"bytes,3,opt,name=ver,proto3" json:"ver,omitempty"`
	Title string            `protobuf:"bytes,4,opt,name=title,proto3" json:"title,omitempty"`
	Info  string            `protobuf:"bytes,5,opt,name=info,proto3" json:"info,omitempty"`
	Env   map[string]string `` /* 147-byte string literal not displayed */
	Ctime int32             `protobuf:"varint,7,opt,name=ctime,proto3" json:"ctime,omitempty"`
	// contains filtered or unexported fields
}

func (*Ac) Descriptor deprecated

func (*Ac) Descriptor() ([]byte, []int)

Deprecated: Use Ac.ProtoReflect.Descriptor instead.

func (*Ac) GetAppid

func (x *Ac) GetAppid() string

func (*Ac) GetCid

func (x *Ac) GetCid() string

func (*Ac) GetCtime

func (x *Ac) GetCtime() int32

func (*Ac) GetEnv

func (x *Ac) GetEnv() map[string]string

func (*Ac) GetInfo

func (x *Ac) GetInfo() string

func (*Ac) GetTitle

func (x *Ac) GetTitle() string

func (*Ac) GetVer

func (x *Ac) GetVer() string

func (*Ac) ProtoMessage

func (*Ac) ProtoMessage()

func (*Ac) ProtoReflect

func (x *Ac) ProtoReflect() protoreflect.Message

func (*Ac) Reset

func (x *Ac) Reset()

func (*Ac) String

func (x *Ac) String() string

type AcAddTask

type AcAddTask struct {
	Cid   string            `protobuf:"bytes,1,opt,name=cid,proto3" json:"cid,omitempty"`
	Appid string            `protobuf:"bytes,2,opt,name=appid,proto3" json:"appid,omitempty"`
	Title string            `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"`
	Ver   string            `protobuf:"bytes,4,opt,name=ver,proto3" json:"ver,omitempty"`
	Info  string            `protobuf:"bytes,5,opt,name=info,proto3" json:"info,omitempty"`
	Env   map[string]string `` /* 147-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*AcAddTask) Descriptor deprecated

func (*AcAddTask) Descriptor() ([]byte, []int)

Deprecated: Use AcAddTask.ProtoReflect.Descriptor instead.

func (*AcAddTask) GetAppid

func (x *AcAddTask) GetAppid() string

func (*AcAddTask) GetCid

func (x *AcAddTask) GetCid() string

func (*AcAddTask) GetEnv

func (x *AcAddTask) GetEnv() map[string]string

func (*AcAddTask) GetInfo

func (x *AcAddTask) GetInfo() string

func (*AcAddTask) GetTitle

func (x *AcAddTask) GetTitle() string

func (*AcAddTask) GetVer

func (x *AcAddTask) GetVer() string

func (*AcAddTask) ProtoMessage

func (*AcAddTask) ProtoMessage()

func (*AcAddTask) ProtoReflect

func (x *AcAddTask) ProtoReflect() protoreflect.Message

func (*AcAddTask) Reset

func (x *AcAddTask) Reset()

func (*AcAddTask) String

func (x *AcAddTask) String() string

type AcGetTask

type AcGetTask struct {
	Cid   string `protobuf:"bytes,1,opt,name=cid,proto3" json:"cid,omitempty"`
	Appid string `protobuf:"bytes,2,opt,name=appid,proto3" json:"appid,omitempty"`
	// contains filtered or unexported fields
}

func (*AcGetTask) Descriptor deprecated

func (*AcGetTask) Descriptor() ([]byte, []int)

Deprecated: Use AcGetTask.ProtoReflect.Descriptor instead.

func (*AcGetTask) GetAppid

func (x *AcGetTask) GetAppid() string

func (*AcGetTask) GetCid

func (x *AcGetTask) GetCid() string

func (*AcGetTask) ProtoMessage

func (*AcGetTask) ProtoMessage()

func (*AcGetTask) ProtoReflect

func (x *AcGetTask) ProtoReflect() protoreflect.Message

func (*AcGetTask) Reset

func (x *AcGetTask) Reset()

func (*AcGetTask) String

func (x *AcGetTask) String() string

type AcQueryResult

type AcQueryResult struct {
	Errno  int32  `protobuf:"varint,1,opt,name=errno,proto3" json:"errno,omitempty"`
	Errmsg string `protobuf:"bytes,2,opt,name=errmsg,proto3" json:"errmsg,omitempty"`
	Page   *Page  `protobuf:"bytes,3,opt,name=page,proto3" json:"page,omitempty"`
	Items  []*Ac  `protobuf:"bytes,4,rep,name=items,proto3" json:"items,omitempty"`
	// contains filtered or unexported fields
}

func (*AcQueryResult) Descriptor deprecated

func (*AcQueryResult) Descriptor() ([]byte, []int)

Deprecated: Use AcQueryResult.ProtoReflect.Descriptor instead.

func (*AcQueryResult) GetErrmsg

func (x *AcQueryResult) GetErrmsg() string

func (*AcQueryResult) GetErrno

func (x *AcQueryResult) GetErrno() int32

func (*AcQueryResult) GetItems

func (x *AcQueryResult) GetItems() []*Ac

func (*AcQueryResult) GetPage

func (x *AcQueryResult) GetPage() *Page

func (*AcQueryResult) ProtoMessage

func (*AcQueryResult) ProtoMessage()

func (*AcQueryResult) ProtoReflect

func (x *AcQueryResult) ProtoReflect() protoreflect.Message

func (*AcQueryResult) Reset

func (x *AcQueryResult) Reset()

func (*AcQueryResult) String

func (x *AcQueryResult) String() string

type AcQueryTask

type AcQueryTask struct {
	Cid   string `protobuf:"bytes,1,opt,name=cid,proto3" json:"cid,omitempty"`
	Appid string `protobuf:"bytes,2,opt,name=appid,proto3" json:"appid,omitempty"`
	Q     string `protobuf:"bytes,3,opt,name=q,proto3" json:"q,omitempty"`
	P     int32  `protobuf:"varint,4,opt,name=p,proto3" json:"p,omitempty"`
	N     int32  `protobuf:"varint,5,opt,name=n,proto3" json:"n,omitempty"`
	// contains filtered or unexported fields
}

func (*AcQueryTask) Descriptor deprecated

func (*AcQueryTask) Descriptor() ([]byte, []int)

Deprecated: Use AcQueryTask.ProtoReflect.Descriptor instead.

func (*AcQueryTask) GetAppid

func (x *AcQueryTask) GetAppid() string

func (*AcQueryTask) GetCid

func (x *AcQueryTask) GetCid() string

func (*AcQueryTask) GetN

func (x *AcQueryTask) GetN() int32

func (*AcQueryTask) GetP

func (x *AcQueryTask) GetP() int32

func (*AcQueryTask) GetQ

func (x *AcQueryTask) GetQ() string

func (*AcQueryTask) ProtoMessage

func (*AcQueryTask) ProtoMessage()

func (*AcQueryTask) ProtoReflect

func (x *AcQueryTask) ProtoReflect() protoreflect.Message

func (*AcQueryTask) Reset

func (x *AcQueryTask) Reset()

func (*AcQueryTask) String

func (x *AcQueryTask) String() string

type AcRemoveTask

type AcRemoveTask struct {
	Cid   string `protobuf:"bytes,1,opt,name=cid,proto3" json:"cid,omitempty"`
	Appid string `protobuf:"bytes,2,opt,name=appid,proto3" json:"appid,omitempty"`
	// contains filtered or unexported fields
}

func (*AcRemoveTask) Descriptor deprecated

func (*AcRemoveTask) Descriptor() ([]byte, []int)

Deprecated: Use AcRemoveTask.ProtoReflect.Descriptor instead.

func (*AcRemoveTask) GetAppid

func (x *AcRemoveTask) GetAppid() string

func (*AcRemoveTask) GetCid

func (x *AcRemoveTask) GetCid() string

func (*AcRemoveTask) ProtoMessage

func (*AcRemoveTask) ProtoMessage()

func (*AcRemoveTask) ProtoReflect

func (x *AcRemoveTask) ProtoReflect() protoreflect.Message

func (*AcRemoveTask) Reset

func (x *AcRemoveTask) Reset()

func (*AcRemoveTask) String

func (x *AcRemoveTask) String() string

type AcResult

type AcResult struct {
	Errno  int32  `protobuf:"varint,1,opt,name=errno,proto3" json:"errno,omitempty"`
	Errmsg string `protobuf:"bytes,2,opt,name=errmsg,proto3" json:"errmsg,omitempty"`
	Data   *Ac    `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*AcResult) Descriptor deprecated

func (*AcResult) Descriptor() ([]byte, []int)

Deprecated: Use AcResult.ProtoReflect.Descriptor instead.

func (*AcResult) GetData

func (x *AcResult) GetData() *Ac

func (*AcResult) GetErrmsg

func (x *AcResult) GetErrmsg() string

func (*AcResult) GetErrno

func (x *AcResult) GetErrno() int32

func (*AcResult) ProtoMessage

func (*AcResult) ProtoMessage()

func (*AcResult) ProtoReflect

func (x *AcResult) ProtoReflect() protoreflect.Message

func (*AcResult) Reset

func (x *AcResult) Reset()

func (*AcResult) String

func (x *AcResult) String() string

type AcSetTask

type AcSetTask struct {
	Cid   string            `protobuf:"bytes,1,opt,name=cid,proto3" json:"cid,omitempty"`
	Appid string            `protobuf:"bytes,2,opt,name=appid,proto3" json:"appid,omitempty"`
	Title string            `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"`
	Ver   string            `protobuf:"bytes,4,opt,name=ver,proto3" json:"ver,omitempty"`
	Info  string            `protobuf:"bytes,5,opt,name=info,proto3" json:"info,omitempty"`
	Env   map[string]string `` /* 147-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*AcSetTask) Descriptor deprecated

func (*AcSetTask) Descriptor() ([]byte, []int)

Deprecated: Use AcSetTask.ProtoReflect.Descriptor instead.

func (*AcSetTask) GetAppid

func (x *AcSetTask) GetAppid() string

func (*AcSetTask) GetCid

func (x *AcSetTask) GetCid() string

func (*AcSetTask) GetEnv

func (x *AcSetTask) GetEnv() map[string]string

func (*AcSetTask) GetInfo

func (x *AcSetTask) GetInfo() string

func (*AcSetTask) GetTitle

func (x *AcSetTask) GetTitle() string

func (*AcSetTask) GetVer

func (x *AcSetTask) GetVer() string

func (*AcSetTask) ProtoMessage

func (*AcSetTask) ProtoMessage()

func (*AcSetTask) ProtoReflect

func (x *AcSetTask) ProtoReflect() protoreflect.Message

func (*AcSetTask) Reset

func (x *AcSetTask) Reset()

func (*AcSetTask) String

func (x *AcSetTask) String() string

type App

type App struct {
	Id     string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Title  string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	Secret string `protobuf:"bytes,3,opt,name=secret,proto3" json:"secret,omitempty"`
	Info   string `protobuf:"bytes,4,opt,name=info,proto3" json:"info,omitempty"`
	Ctime  int32  `protobuf:"varint,5,opt,name=ctime,proto3" json:"ctime,omitempty"`
	// contains filtered or unexported fields
}

func (*App) Descriptor deprecated

func (*App) Descriptor() ([]byte, []int)

Deprecated: Use App.ProtoReflect.Descriptor instead.

func (*App) GetCtime

func (x *App) GetCtime() int32

func (*App) GetId

func (x *App) GetId() string

func (*App) GetInfo

func (x *App) GetInfo() string

func (*App) GetSecret

func (x *App) GetSecret() string

func (*App) GetTitle

func (x *App) GetTitle() string

func (*App) ProtoMessage

func (*App) ProtoMessage()

func (*App) ProtoReflect

func (x *App) ProtoReflect() protoreflect.Message

func (*App) Reset

func (x *App) Reset()

func (*App) String

func (x *App) String() string

type AppCreateTask

type AppCreateTask struct {
	Title string `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"`
	Info  string `protobuf:"bytes,2,opt,name=info,proto3" json:"info,omitempty"`
	// contains filtered or unexported fields
}

func (*AppCreateTask) Descriptor deprecated

func (*AppCreateTask) Descriptor() ([]byte, []int)

Deprecated: Use AppCreateTask.ProtoReflect.Descriptor instead.

func (*AppCreateTask) GetInfo

func (x *AppCreateTask) GetInfo() string

func (*AppCreateTask) GetTitle

func (x *AppCreateTask) GetTitle() string

func (*AppCreateTask) ProtoMessage

func (*AppCreateTask) ProtoMessage()

func (*AppCreateTask) ProtoReflect

func (x *AppCreateTask) ProtoReflect() protoreflect.Message

func (*AppCreateTask) Reset

func (x *AppCreateTask) Reset()

func (*AppCreateTask) String

func (x *AppCreateTask) String() string

type AppGetTask

type AppGetTask struct {
	Appid string `protobuf:"bytes,1,opt,name=appid,proto3" json:"appid,omitempty"`
	// contains filtered or unexported fields
}

func (*AppGetTask) Descriptor deprecated

func (*AppGetTask) Descriptor() ([]byte, []int)

Deprecated: Use AppGetTask.ProtoReflect.Descriptor instead.

func (*AppGetTask) GetAppid

func (x *AppGetTask) GetAppid() string

func (*AppGetTask) ProtoMessage

func (*AppGetTask) ProtoMessage()

func (*AppGetTask) ProtoReflect

func (x *AppGetTask) ProtoReflect() protoreflect.Message

func (*AppGetTask) Reset

func (x *AppGetTask) Reset()

func (*AppGetTask) String

func (x *AppGetTask) String() string

type AppQueryResult

type AppQueryResult struct {
	Errno  int32  `protobuf:"varint,1,opt,name=errno,proto3" json:"errno,omitempty"`
	Errmsg string `protobuf:"bytes,2,opt,name=errmsg,proto3" json:"errmsg,omitempty"`
	Page   *Page  `protobuf:"bytes,3,opt,name=page,proto3" json:"page,omitempty"`
	Items  []*App `protobuf:"bytes,4,rep,name=items,proto3" json:"items,omitempty"`
	// contains filtered or unexported fields
}

func (*AppQueryResult) Descriptor deprecated

func (*AppQueryResult) Descriptor() ([]byte, []int)

Deprecated: Use AppQueryResult.ProtoReflect.Descriptor instead.

func (*AppQueryResult) GetErrmsg

func (x *AppQueryResult) GetErrmsg() string

func (*AppQueryResult) GetErrno

func (x *AppQueryResult) GetErrno() int32

func (*AppQueryResult) GetItems

func (x *AppQueryResult) GetItems() []*App

func (*AppQueryResult) GetPage

func (x *AppQueryResult) GetPage() *Page

func (*AppQueryResult) ProtoMessage

func (*AppQueryResult) ProtoMessage()

func (*AppQueryResult) ProtoReflect

func (x *AppQueryResult) ProtoReflect() protoreflect.Message

func (*AppQueryResult) Reset

func (x *AppQueryResult) Reset()

func (*AppQueryResult) String

func (x *AppQueryResult) String() string

type AppQueryTask

type AppQueryTask struct {
	Q string `protobuf:"bytes,1,opt,name=q,proto3" json:"q,omitempty"`
	P int32  `protobuf:"varint,2,opt,name=p,proto3" json:"p,omitempty"`
	N int32  `protobuf:"varint,3,opt,name=n,proto3" json:"n,omitempty"`
	// contains filtered or unexported fields
}

func (*AppQueryTask) Descriptor deprecated

func (*AppQueryTask) Descriptor() ([]byte, []int)

Deprecated: Use AppQueryTask.ProtoReflect.Descriptor instead.

func (*AppQueryTask) GetN

func (x *AppQueryTask) GetN() int32

func (*AppQueryTask) GetP

func (x *AppQueryTask) GetP() int32

func (*AppQueryTask) GetQ

func (x *AppQueryTask) GetQ() string

func (*AppQueryTask) ProtoMessage

func (*AppQueryTask) ProtoMessage()

func (*AppQueryTask) ProtoReflect

func (x *AppQueryTask) ProtoReflect() protoreflect.Message

func (*AppQueryTask) Reset

func (x *AppQueryTask) Reset()

func (*AppQueryTask) String

func (x *AppQueryTask) String() string

type AppRemoveTask

type AppRemoveTask struct {
	Appid string `protobuf:"bytes,1,opt,name=appid,proto3" json:"appid,omitempty"`
	// contains filtered or unexported fields
}

func (*AppRemoveTask) Descriptor deprecated

func (*AppRemoveTask) Descriptor() ([]byte, []int)

Deprecated: Use AppRemoveTask.ProtoReflect.Descriptor instead.

func (*AppRemoveTask) GetAppid

func (x *AppRemoveTask) GetAppid() string

func (*AppRemoveTask) ProtoMessage

func (*AppRemoveTask) ProtoMessage()

func (*AppRemoveTask) ProtoReflect

func (x *AppRemoveTask) ProtoReflect() protoreflect.Message

func (*AppRemoveTask) Reset

func (x *AppRemoveTask) Reset()

func (*AppRemoveTask) String

func (x *AppRemoveTask) String() string

type AppResult

type AppResult struct {
	Errno  int32  `protobuf:"varint,1,opt,name=errno,proto3" json:"errno,omitempty"`
	Errmsg string `protobuf:"bytes,2,opt,name=errmsg,proto3" json:"errmsg,omitempty"`
	Data   *App   `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*AppResult) Descriptor deprecated

func (*AppResult) Descriptor() ([]byte, []int)

Deprecated: Use AppResult.ProtoReflect.Descriptor instead.

func (*AppResult) GetData

func (x *AppResult) GetData() *App

func (*AppResult) GetErrmsg

func (x *AppResult) GetErrmsg() string

func (*AppResult) GetErrno

func (x *AppResult) GetErrno() int32

func (*AppResult) ProtoMessage

func (*AppResult) ProtoMessage()

func (*AppResult) ProtoReflect

func (x *AppResult) ProtoReflect() protoreflect.Message

func (*AppResult) Reset

func (x *AppResult) Reset()

func (*AppResult) String

func (x *AppResult) String() string

type AppSetTask

type AppSetTask struct {
	Appid  string `protobuf:"bytes,1,opt,name=appid,proto3" json:"appid,omitempty"`
	Title  string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	Info   string `protobuf:"bytes,3,opt,name=info,proto3" json:"info,omitempty"`
	Secret bool   `protobuf:"varint,4,opt,name=secret,proto3" json:"secret,omitempty"`
	// contains filtered or unexported fields
}

func (*AppSetTask) Descriptor deprecated

func (*AppSetTask) Descriptor() ([]byte, []int)

Deprecated: Use AppSetTask.ProtoReflect.Descriptor instead.

func (*AppSetTask) GetAppid

func (x *AppSetTask) GetAppid() string

func (*AppSetTask) GetInfo

func (x *AppSetTask) GetInfo() string

func (*AppSetTask) GetSecret

func (x *AppSetTask) GetSecret() bool

func (*AppSetTask) GetTitle

func (x *AppSetTask) GetTitle() string

func (*AppSetTask) ProtoMessage

func (*AppSetTask) ProtoMessage()

func (*AppSetTask) ProtoReflect

func (x *AppSetTask) ProtoReflect() protoreflect.Message

func (*AppSetTask) Reset

func (x *AppSetTask) Reset()

func (*AppSetTask) String

func (x *AppSetTask) String() string

type Container

type Container struct {
	Id     string            `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Title  string            `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	Secret string            `protobuf:"bytes,3,opt,name=secret,proto3" json:"secret,omitempty"`
	Info   string            `protobuf:"bytes,4,opt,name=info,proto3" json:"info,omitempty"`
	Env    map[string]string `` /* 147-byte string literal not displayed */
	Ctime  int32             `protobuf:"varint,6,opt,name=ctime,proto3" json:"ctime,omitempty"`
	// contains filtered or unexported fields
}

func (*Container) Descriptor deprecated

func (*Container) Descriptor() ([]byte, []int)

Deprecated: Use Container.ProtoReflect.Descriptor instead.

func (*Container) GetCtime

func (x *Container) GetCtime() int32

func (*Container) GetEnv

func (x *Container) GetEnv() map[string]string

func (*Container) GetId

func (x *Container) GetId() string

func (*Container) GetInfo

func (x *Container) GetInfo() string

func (*Container) GetSecret

func (x *Container) GetSecret() string

func (*Container) GetTitle

func (x *Container) GetTitle() string

func (*Container) ProtoMessage

func (*Container) ProtoMessage()

func (*Container) ProtoReflect

func (x *Container) ProtoReflect() protoreflect.Message

func (*Container) Reset

func (x *Container) Reset()

func (*Container) String

func (x *Container) String() string

type ContainerCreateTask

type ContainerCreateTask struct {
	Title string            `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"`
	Info  string            `protobuf:"bytes,2,opt,name=info,proto3" json:"info,omitempty"`
	Env   map[string]string `` /* 147-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ContainerCreateTask) Descriptor deprecated

func (*ContainerCreateTask) Descriptor() ([]byte, []int)

Deprecated: Use ContainerCreateTask.ProtoReflect.Descriptor instead.

func (*ContainerCreateTask) GetEnv

func (x *ContainerCreateTask) GetEnv() map[string]string

func (*ContainerCreateTask) GetInfo

func (x *ContainerCreateTask) GetInfo() string

func (*ContainerCreateTask) GetTitle

func (x *ContainerCreateTask) GetTitle() string

func (*ContainerCreateTask) ProtoMessage

func (*ContainerCreateTask) ProtoMessage()

func (*ContainerCreateTask) ProtoReflect

func (x *ContainerCreateTask) ProtoReflect() protoreflect.Message

func (*ContainerCreateTask) Reset

func (x *ContainerCreateTask) Reset()

func (*ContainerCreateTask) String

func (x *ContainerCreateTask) String() string

type ContainerGetTask

type ContainerGetTask struct {
	Cid string `protobuf:"bytes,1,opt,name=cid,proto3" json:"cid,omitempty"`
	// contains filtered or unexported fields
}

func (*ContainerGetTask) Descriptor deprecated

func (*ContainerGetTask) Descriptor() ([]byte, []int)

Deprecated: Use ContainerGetTask.ProtoReflect.Descriptor instead.

func (*ContainerGetTask) GetCid

func (x *ContainerGetTask) GetCid() string

func (*ContainerGetTask) ProtoMessage

func (*ContainerGetTask) ProtoMessage()

func (*ContainerGetTask) ProtoReflect

func (x *ContainerGetTask) ProtoReflect() protoreflect.Message

func (*ContainerGetTask) Reset

func (x *ContainerGetTask) Reset()

func (*ContainerGetTask) String

func (x *ContainerGetTask) String() string

type ContainerQueryResult

type ContainerQueryResult struct {
	Errno  int32        `protobuf:"varint,1,opt,name=errno,proto3" json:"errno,omitempty"`
	Errmsg string       `protobuf:"bytes,2,opt,name=errmsg,proto3" json:"errmsg,omitempty"`
	Page   *Page        `protobuf:"bytes,3,opt,name=page,proto3" json:"page,omitempty"`
	Items  []*Container `protobuf:"bytes,4,rep,name=items,proto3" json:"items,omitempty"`
	// contains filtered or unexported fields
}

func (*ContainerQueryResult) Descriptor deprecated

func (*ContainerQueryResult) Descriptor() ([]byte, []int)

Deprecated: Use ContainerQueryResult.ProtoReflect.Descriptor instead.

func (*ContainerQueryResult) GetErrmsg

func (x *ContainerQueryResult) GetErrmsg() string

func (*ContainerQueryResult) GetErrno

func (x *ContainerQueryResult) GetErrno() int32

func (*ContainerQueryResult) GetItems

func (x *ContainerQueryResult) GetItems() []*Container

func (*ContainerQueryResult) GetPage

func (x *ContainerQueryResult) GetPage() *Page

func (*ContainerQueryResult) ProtoMessage

func (*ContainerQueryResult) ProtoMessage()

func (*ContainerQueryResult) ProtoReflect

func (x *ContainerQueryResult) ProtoReflect() protoreflect.Message

func (*ContainerQueryResult) Reset

func (x *ContainerQueryResult) Reset()

func (*ContainerQueryResult) String

func (x *ContainerQueryResult) String() string

type ContainerQueryTask

type ContainerQueryTask struct {
	Q string `protobuf:"bytes,1,opt,name=q,proto3" json:"q,omitempty"`
	P int32  `protobuf:"varint,2,opt,name=p,proto3" json:"p,omitempty"`
	N int32  `protobuf:"varint,3,opt,name=n,proto3" json:"n,omitempty"`
	// contains filtered or unexported fields
}

func (*ContainerQueryTask) Descriptor deprecated

func (*ContainerQueryTask) Descriptor() ([]byte, []int)

Deprecated: Use ContainerQueryTask.ProtoReflect.Descriptor instead.

func (*ContainerQueryTask) GetN

func (x *ContainerQueryTask) GetN() int32

func (*ContainerQueryTask) GetP

func (x *ContainerQueryTask) GetP() int32

func (*ContainerQueryTask) GetQ

func (x *ContainerQueryTask) GetQ() string

func (*ContainerQueryTask) ProtoMessage

func (*ContainerQueryTask) ProtoMessage()

func (*ContainerQueryTask) ProtoReflect

func (x *ContainerQueryTask) ProtoReflect() protoreflect.Message

func (*ContainerQueryTask) Reset

func (x *ContainerQueryTask) Reset()

func (*ContainerQueryTask) String

func (x *ContainerQueryTask) String() string

type ContainerRemoveTask

type ContainerRemoveTask struct {
	Cid string `protobuf:"bytes,1,opt,name=cid,proto3" json:"cid,omitempty"`
	// contains filtered or unexported fields
}

func (*ContainerRemoveTask) Descriptor deprecated

func (*ContainerRemoveTask) Descriptor() ([]byte, []int)

Deprecated: Use ContainerRemoveTask.ProtoReflect.Descriptor instead.

func (*ContainerRemoveTask) GetCid

func (x *ContainerRemoveTask) GetCid() string

func (*ContainerRemoveTask) ProtoMessage

func (*ContainerRemoveTask) ProtoMessage()

func (*ContainerRemoveTask) ProtoReflect

func (x *ContainerRemoveTask) ProtoReflect() protoreflect.Message

func (*ContainerRemoveTask) Reset

func (x *ContainerRemoveTask) Reset()

func (*ContainerRemoveTask) String

func (x *ContainerRemoveTask) String() string

type ContainerResult

type ContainerResult struct {
	Errno  int32      `protobuf:"varint,1,opt,name=errno,proto3" json:"errno,omitempty"`
	Errmsg string     `protobuf:"bytes,2,opt,name=errmsg,proto3" json:"errmsg,omitempty"`
	Data   *Container `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*ContainerResult) Descriptor deprecated

func (*ContainerResult) Descriptor() ([]byte, []int)

Deprecated: Use ContainerResult.ProtoReflect.Descriptor instead.

func (*ContainerResult) GetData

func (x *ContainerResult) GetData() *Container

func (*ContainerResult) GetErrmsg

func (x *ContainerResult) GetErrmsg() string

func (*ContainerResult) GetErrno

func (x *ContainerResult) GetErrno() int32

func (*ContainerResult) ProtoMessage

func (*ContainerResult) ProtoMessage()

func (*ContainerResult) ProtoReflect

func (x *ContainerResult) ProtoReflect() protoreflect.Message

func (*ContainerResult) Reset

func (x *ContainerResult) Reset()

func (*ContainerResult) String

func (x *ContainerResult) String() string

type ContainerSetTask

type ContainerSetTask struct {
	Cid    string            `protobuf:"bytes,1,opt,name=cid,proto3" json:"cid,omitempty"`
	Info   string            `protobuf:"bytes,2,opt,name=info,proto3" json:"info,omitempty"`
	Secret bool              `protobuf:"varint,3,opt,name=secret,proto3" json:"secret,omitempty"`
	Env    map[string]string `` /* 147-byte string literal not displayed */
	Title  string            `protobuf:"bytes,5,opt,name=title,proto3" json:"title,omitempty"`
	// contains filtered or unexported fields
}

func (*ContainerSetTask) Descriptor deprecated

func (*ContainerSetTask) Descriptor() ([]byte, []int)

Deprecated: Use ContainerSetTask.ProtoReflect.Descriptor instead.

func (*ContainerSetTask) GetCid

func (x *ContainerSetTask) GetCid() string

func (*ContainerSetTask) GetEnv

func (x *ContainerSetTask) GetEnv() map[string]string

func (*ContainerSetTask) GetInfo

func (x *ContainerSetTask) GetInfo() string

func (*ContainerSetTask) GetSecret

func (x *ContainerSetTask) GetSecret() bool

func (*ContainerSetTask) GetTitle

func (x *ContainerSetTask) GetTitle() string

func (*ContainerSetTask) ProtoMessage

func (*ContainerSetTask) ProtoMessage()

func (*ContainerSetTask) ProtoReflect

func (x *ContainerSetTask) ProtoReflect() protoreflect.Message

func (*ContainerSetTask) Reset

func (x *ContainerSetTask) Reset()

func (*ContainerSetTask) String

func (x *ContainerSetTask) String() string

type Page

type Page struct {
	Count      int32 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	P          int32 `protobuf:"varint,2,opt,name=p,proto3" json:"p,omitempty"`
	N          int32 `protobuf:"varint,3,opt,name=n,proto3" json:"n,omitempty"`
	TotalCount int32 `protobuf:"varint,4,opt,name=totalCount,proto3" json:"totalCount,omitempty"`
	// contains filtered or unexported fields
}

func (*Page) Descriptor deprecated

func (*Page) Descriptor() ([]byte, []int)

Deprecated: Use Page.ProtoReflect.Descriptor instead.

func (*Page) GetCount

func (x *Page) GetCount() int32

func (*Page) GetN

func (x *Page) GetN() int32

func (*Page) GetP

func (x *Page) GetP() int32

func (*Page) GetTotalCount

func (x *Page) GetTotalCount() int32

func (*Page) ProtoMessage

func (*Page) ProtoMessage()

func (*Page) ProtoReflect

func (x *Page) ProtoReflect() protoreflect.Message

func (*Page) Reset

func (x *Page) Reset()

func (*Page) String

func (x *Page) String() string

type ServiceClient

type ServiceClient interface {
	//*
	// 创建应用
	AppCreate(ctx context.Context, in *AppCreateTask, opts ...grpc.CallOption) (*AppResult, error)
	//*
	// 删除应用
	AppRemove(ctx context.Context, in *AppRemoveTask, opts ...grpc.CallOption) (*AppResult, error)
	//*
	// 修改应用
	AppSet(ctx context.Context, in *AppSetTask, opts ...grpc.CallOption) (*AppResult, error)
	//*
	// 获取单个应用
	AppGet(ctx context.Context, in *AppGetTask, opts ...grpc.CallOption) (*AppResult, error)
	//*
	// 查询多个应用
	AppQuery(ctx context.Context, in *AppQueryTask, opts ...grpc.CallOption) (*AppQueryResult, error)
	//*
	// 创建应用版本
	VerCreate(ctx context.Context, in *VerCreateTask, opts ...grpc.CallOption) (*VerResult, error)
	//*
	// 删除应用版本
	VerRemove(ctx context.Context, in *VerRemoveTask, opts ...grpc.CallOption) (*VerResult, error)
	//*
	// 修改应用版本
	VerSet(ctx context.Context, in *VerSetTask, opts ...grpc.CallOption) (*VerResult, error)
	//*
	// 获取单个应用版本
	VerGet(ctx context.Context, in *VerGetTask, opts ...grpc.CallOption) (*VerResult, error)
	//*
	// 查询多个应用版本
	VerQuery(ctx context.Context, in *VerQueryTask, opts ...grpc.CallOption) (*VerQueryResult, error)
	//*
	// 获取应用包URL
	VerGetURL(ctx context.Context, in *VerGetURLTask, opts ...grpc.CallOption) (*VerGetURLResult, error)
	//*
	// 获取应用包上传URL
	VerUpURL(ctx context.Context, in *VerUpURLTask, opts ...grpc.CallOption) (*VerUpURLResult, error)
	//*
	// 创建容器
	ContainerCreate(ctx context.Context, in *ContainerCreateTask, opts ...grpc.CallOption) (*ContainerResult, error)
	//*
	// 删除应用版本
	ContainerRemove(ctx context.Context, in *ContainerRemoveTask, opts ...grpc.CallOption) (*ContainerResult, error)
	//*
	// 修改应用版本
	ContainerSet(ctx context.Context, in *ContainerSetTask, opts ...grpc.CallOption) (*ContainerResult, error)
	//*
	// 获取单个应用版本
	ContainerGet(ctx context.Context, in *ContainerGetTask, opts ...grpc.CallOption) (*ContainerResult, error)
	//*
	// 查询多个应用版本
	ContainerQuery(ctx context.Context, in *ContainerQueryTask, opts ...grpc.CallOption) (*ContainerQueryResult, error)
	//*
	// 容器添加应用
	AcAdd(ctx context.Context, in *AcAddTask, opts ...grpc.CallOption) (*AcResult, error)
	//*
	// 容器删除应用
	AcRemove(ctx context.Context, in *AcRemoveTask, opts ...grpc.CallOption) (*AcResult, error)
	//*
	// 容器修改应用
	AcSet(ctx context.Context, in *AcSetTask, opts ...grpc.CallOption) (*AcResult, error)
	//*
	// 获取单个容器应用
	AcGet(ctx context.Context, in *AcGetTask, opts ...grpc.CallOption) (*AcResult, error)
	//*
	// 查询多个容器应用
	AcQuery(ctx context.Context, in *AcQueryTask, opts ...grpc.CallOption) (*AcQueryResult, error)
}

ServiceClient is the client API for Service service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewServiceClient

func NewServiceClient(cc grpc.ClientConnInterface) ServiceClient

type ServiceServer

type ServiceServer interface {
	//*
	// 创建应用
	AppCreate(context.Context, *AppCreateTask) (*AppResult, error)
	//*
	// 删除应用
	AppRemove(context.Context, *AppRemoveTask) (*AppResult, error)
	//*
	// 修改应用
	AppSet(context.Context, *AppSetTask) (*AppResult, error)
	//*
	// 获取单个应用
	AppGet(context.Context, *AppGetTask) (*AppResult, error)
	//*
	// 查询多个应用
	AppQuery(context.Context, *AppQueryTask) (*AppQueryResult, error)
	//*
	// 创建应用版本
	VerCreate(context.Context, *VerCreateTask) (*VerResult, error)
	//*
	// 删除应用版本
	VerRemove(context.Context, *VerRemoveTask) (*VerResult, error)
	//*
	// 修改应用版本
	VerSet(context.Context, *VerSetTask) (*VerResult, error)
	//*
	// 获取单个应用版本
	VerGet(context.Context, *VerGetTask) (*VerResult, error)
	//*
	// 查询多个应用版本
	VerQuery(context.Context, *VerQueryTask) (*VerQueryResult, error)
	//*
	// 获取应用包URL
	VerGetURL(context.Context, *VerGetURLTask) (*VerGetURLResult, error)
	//*
	// 获取应用包上传URL
	VerUpURL(context.Context, *VerUpURLTask) (*VerUpURLResult, error)
	//*
	// 创建容器
	ContainerCreate(context.Context, *ContainerCreateTask) (*ContainerResult, error)
	//*
	// 删除应用版本
	ContainerRemove(context.Context, *ContainerRemoveTask) (*ContainerResult, error)
	//*
	// 修改应用版本
	ContainerSet(context.Context, *ContainerSetTask) (*ContainerResult, error)
	//*
	// 获取单个应用版本
	ContainerGet(context.Context, *ContainerGetTask) (*ContainerResult, error)
	//*
	// 查询多个应用版本
	ContainerQuery(context.Context, *ContainerQueryTask) (*ContainerQueryResult, error)
	//*
	// 容器添加应用
	AcAdd(context.Context, *AcAddTask) (*AcResult, error)
	//*
	// 容器删除应用
	AcRemove(context.Context, *AcRemoveTask) (*AcResult, error)
	//*
	// 容器修改应用
	AcSet(context.Context, *AcSetTask) (*AcResult, error)
	//*
	// 获取单个容器应用
	AcGet(context.Context, *AcGetTask) (*AcResult, error)
	//*
	// 查询多个容器应用
	AcQuery(context.Context, *AcQueryTask) (*AcQueryResult, error)
}

ServiceServer is the server API for Service service. All implementations should embed UnimplementedServiceServer for forward compatibility

type UnimplementedServiceServer

type UnimplementedServiceServer struct {
}

UnimplementedServiceServer should be embedded to have forward compatible implementations.

func (UnimplementedServiceServer) AcAdd

func (UnimplementedServiceServer) AcGet

func (UnimplementedServiceServer) AcQuery

func (UnimplementedServiceServer) AcRemove

func (UnimplementedServiceServer) AcSet

func (UnimplementedServiceServer) AppCreate

func (UnimplementedServiceServer) AppGet

func (UnimplementedServiceServer) AppQuery

func (UnimplementedServiceServer) AppRemove

func (UnimplementedServiceServer) AppSet

func (UnimplementedServiceServer) ContainerCreate

func (UnimplementedServiceServer) ContainerGet

func (UnimplementedServiceServer) ContainerQuery

func (UnimplementedServiceServer) ContainerRemove

func (UnimplementedServiceServer) ContainerSet

func (UnimplementedServiceServer) VerCreate

func (UnimplementedServiceServer) VerGet

func (UnimplementedServiceServer) VerGetURL

func (UnimplementedServiceServer) VerQuery

func (UnimplementedServiceServer) VerRemove

func (UnimplementedServiceServer) VerSet

func (UnimplementedServiceServer) VerUpURL

type UnsafeServiceServer

type UnsafeServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ServiceServer will result in compilation errors.

type Ver

type Ver struct {
	Appid  string `protobuf:"bytes,1,opt,name=appid,proto3" json:"appid,omitempty"`
	Ver    string `protobuf:"bytes,2,opt,name=ver,proto3" json:"ver,omitempty"`
	Title  string `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"`
	Info   string `protobuf:"bytes,4,opt,name=info,proto3" json:"info,omitempty"`
	Ctime  int32  `protobuf:"varint,5,opt,name=ctime,proto3" json:"ctime,omitempty"`
	Status int32  `protobuf:"varint,6,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*Ver) Descriptor deprecated

func (*Ver) Descriptor() ([]byte, []int)

Deprecated: Use Ver.ProtoReflect.Descriptor instead.

func (*Ver) GetAppid

func (x *Ver) GetAppid() string

func (*Ver) GetCtime

func (x *Ver) GetCtime() int32

func (*Ver) GetInfo

func (x *Ver) GetInfo() string

func (*Ver) GetStatus

func (x *Ver) GetStatus() int32

func (*Ver) GetTitle

func (x *Ver) GetTitle() string

func (*Ver) GetVer

func (x *Ver) GetVer() string

func (*Ver) ProtoMessage

func (*Ver) ProtoMessage()

func (*Ver) ProtoReflect

func (x *Ver) ProtoReflect() protoreflect.Message

func (*Ver) Reset

func (x *Ver) Reset()

func (*Ver) String

func (x *Ver) String() string

type VerCreateTask

type VerCreateTask struct {
	Appid  string `protobuf:"bytes,1,opt,name=appid,proto3" json:"appid,omitempty"`
	Ver    string `protobuf:"bytes,2,opt,name=ver,proto3" json:"ver,omitempty"`
	Title  string `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"`
	Info   string `protobuf:"bytes,4,opt,name=info,proto3" json:"info,omitempty"`
	Ctime  int32  `protobuf:"varint,5,opt,name=ctime,proto3" json:"ctime,omitempty"`
	Status int32  `protobuf:"varint,6,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*VerCreateTask) Descriptor deprecated

func (*VerCreateTask) Descriptor() ([]byte, []int)

Deprecated: Use VerCreateTask.ProtoReflect.Descriptor instead.

func (*VerCreateTask) GetAppid

func (x *VerCreateTask) GetAppid() string

func (*VerCreateTask) GetCtime

func (x *VerCreateTask) GetCtime() int32

func (*VerCreateTask) GetInfo

func (x *VerCreateTask) GetInfo() string

func (*VerCreateTask) GetStatus

func (x *VerCreateTask) GetStatus() int32

func (*VerCreateTask) GetTitle

func (x *VerCreateTask) GetTitle() string

func (*VerCreateTask) GetVer

func (x *VerCreateTask) GetVer() string

func (*VerCreateTask) ProtoMessage

func (*VerCreateTask) ProtoMessage()

func (*VerCreateTask) ProtoReflect

func (x *VerCreateTask) ProtoReflect() protoreflect.Message

func (*VerCreateTask) Reset

func (x *VerCreateTask) Reset()

func (*VerCreateTask) String

func (x *VerCreateTask) String() string

type VerGetTask

type VerGetTask struct {
	Appid string `protobuf:"bytes,1,opt,name=appid,proto3" json:"appid,omitempty"`
	Ver   string `protobuf:"bytes,2,opt,name=ver,proto3" json:"ver,omitempty"`
	// contains filtered or unexported fields
}

func (*VerGetTask) Descriptor deprecated

func (*VerGetTask) Descriptor() ([]byte, []int)

Deprecated: Use VerGetTask.ProtoReflect.Descriptor instead.

func (*VerGetTask) GetAppid

func (x *VerGetTask) GetAppid() string

func (*VerGetTask) GetVer

func (x *VerGetTask) GetVer() string

func (*VerGetTask) ProtoMessage

func (*VerGetTask) ProtoMessage()

func (*VerGetTask) ProtoReflect

func (x *VerGetTask) ProtoReflect() protoreflect.Message

func (*VerGetTask) Reset

func (x *VerGetTask) Reset()

func (*VerGetTask) String

func (x *VerGetTask) String() string

type VerGetURLResult

type VerGetURLResult struct {
	Errno  int32  `protobuf:"varint,1,opt,name=errno,proto3" json:"errno,omitempty"`
	Errmsg string `protobuf:"bytes,2,opt,name=errmsg,proto3" json:"errmsg,omitempty"`
	Data   string `protobuf:"bytes,4,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*VerGetURLResult) Descriptor deprecated

func (*VerGetURLResult) Descriptor() ([]byte, []int)

Deprecated: Use VerGetURLResult.ProtoReflect.Descriptor instead.

func (*VerGetURLResult) GetData

func (x *VerGetURLResult) GetData() string

func (*VerGetURLResult) GetErrmsg

func (x *VerGetURLResult) GetErrmsg() string

func (*VerGetURLResult) GetErrno

func (x *VerGetURLResult) GetErrno() int32

func (*VerGetURLResult) ProtoMessage

func (*VerGetURLResult) ProtoMessage()

func (*VerGetURLResult) ProtoReflect

func (x *VerGetURLResult) ProtoReflect() protoreflect.Message

func (*VerGetURLResult) Reset

func (x *VerGetURLResult) Reset()

func (*VerGetURLResult) String

func (x *VerGetURLResult) String() string

type VerGetURLTask

type VerGetURLTask struct {
	Appid   string `protobuf:"bytes,1,opt,name=appid,proto3" json:"appid,omitempty"`
	Ver     string `protobuf:"bytes,2,opt,name=ver,proto3" json:"ver,omitempty"`
	Ability string `protobuf:"bytes,3,opt,name=ability,proto3" json:"ability,omitempty"`
	Expires int32  `protobuf:"varint,4,opt,name=expires,proto3" json:"expires,omitempty"`
	// contains filtered or unexported fields
}

func (*VerGetURLTask) Descriptor deprecated

func (*VerGetURLTask) Descriptor() ([]byte, []int)

Deprecated: Use VerGetURLTask.ProtoReflect.Descriptor instead.

func (*VerGetURLTask) GetAbility

func (x *VerGetURLTask) GetAbility() string

func (*VerGetURLTask) GetAppid

func (x *VerGetURLTask) GetAppid() string

func (*VerGetURLTask) GetExpires

func (x *VerGetURLTask) GetExpires() int32

func (*VerGetURLTask) GetVer

func (x *VerGetURLTask) GetVer() string

func (*VerGetURLTask) ProtoMessage

func (*VerGetURLTask) ProtoMessage()

func (*VerGetURLTask) ProtoReflect

func (x *VerGetURLTask) ProtoReflect() protoreflect.Message

func (*VerGetURLTask) Reset

func (x *VerGetURLTask) Reset()

func (*VerGetURLTask) String

func (x *VerGetURLTask) String() string

type VerQueryResult

type VerQueryResult struct {
	Errno  int32  `protobuf:"varint,1,opt,name=errno,proto3" json:"errno,omitempty"`
	Errmsg string `protobuf:"bytes,2,opt,name=errmsg,proto3" json:"errmsg,omitempty"`
	Page   *Page  `protobuf:"bytes,3,opt,name=page,proto3" json:"page,omitempty"`
	Items  []*Ver `protobuf:"bytes,4,rep,name=items,proto3" json:"items,omitempty"`
	// contains filtered or unexported fields
}

func (*VerQueryResult) Descriptor deprecated

func (*VerQueryResult) Descriptor() ([]byte, []int)

Deprecated: Use VerQueryResult.ProtoReflect.Descriptor instead.

func (*VerQueryResult) GetErrmsg

func (x *VerQueryResult) GetErrmsg() string

func (*VerQueryResult) GetErrno

func (x *VerQueryResult) GetErrno() int32

func (*VerQueryResult) GetItems

func (x *VerQueryResult) GetItems() []*Ver

func (*VerQueryResult) GetPage

func (x *VerQueryResult) GetPage() *Page

func (*VerQueryResult) ProtoMessage

func (*VerQueryResult) ProtoMessage()

func (*VerQueryResult) ProtoReflect

func (x *VerQueryResult) ProtoReflect() protoreflect.Message

func (*VerQueryResult) Reset

func (x *VerQueryResult) Reset()

func (*VerQueryResult) String

func (x *VerQueryResult) String() string

type VerQueryTask

type VerQueryTask struct {
	Appid  string `protobuf:"bytes,1,opt,name=appid,proto3" json:"appid,omitempty"`
	Q      string `protobuf:"bytes,2,opt,name=q,proto3" json:"q,omitempty"`
	P      int32  `protobuf:"varint,3,opt,name=p,proto3" json:"p,omitempty"`
	N      int32  `protobuf:"varint,4,opt,name=n,proto3" json:"n,omitempty"`
	Status string `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*VerQueryTask) Descriptor deprecated

func (*VerQueryTask) Descriptor() ([]byte, []int)

Deprecated: Use VerQueryTask.ProtoReflect.Descriptor instead.

func (*VerQueryTask) GetAppid

func (x *VerQueryTask) GetAppid() string

func (*VerQueryTask) GetN

func (x *VerQueryTask) GetN() int32

func (*VerQueryTask) GetP

func (x *VerQueryTask) GetP() int32

func (*VerQueryTask) GetQ

func (x *VerQueryTask) GetQ() string

func (*VerQueryTask) GetStatus

func (x *VerQueryTask) GetStatus() string

func (*VerQueryTask) ProtoMessage

func (*VerQueryTask) ProtoMessage()

func (*VerQueryTask) ProtoReflect

func (x *VerQueryTask) ProtoReflect() protoreflect.Message

func (*VerQueryTask) Reset

func (x *VerQueryTask) Reset()

func (*VerQueryTask) String

func (x *VerQueryTask) String() string

type VerRemoveTask

type VerRemoveTask struct {
	Appid string `protobuf:"bytes,1,opt,name=appid,proto3" json:"appid,omitempty"`
	Ver   string `protobuf:"bytes,2,opt,name=ver,proto3" json:"ver,omitempty"`
	// contains filtered or unexported fields
}

func (*VerRemoveTask) Descriptor deprecated

func (*VerRemoveTask) Descriptor() ([]byte, []int)

Deprecated: Use VerRemoveTask.ProtoReflect.Descriptor instead.

func (*VerRemoveTask) GetAppid

func (x *VerRemoveTask) GetAppid() string

func (*VerRemoveTask) GetVer

func (x *VerRemoveTask) GetVer() string

func (*VerRemoveTask) ProtoMessage

func (*VerRemoveTask) ProtoMessage()

func (*VerRemoveTask) ProtoReflect

func (x *VerRemoveTask) ProtoReflect() protoreflect.Message

func (*VerRemoveTask) Reset

func (x *VerRemoveTask) Reset()

func (*VerRemoveTask) String

func (x *VerRemoveTask) String() string

type VerResult

type VerResult struct {
	Errno  int32  `protobuf:"varint,1,opt,name=errno,proto3" json:"errno,omitempty"`
	Errmsg string `protobuf:"bytes,2,opt,name=errmsg,proto3" json:"errmsg,omitempty"`
	Data   *Ver   `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*VerResult) Descriptor deprecated

func (*VerResult) Descriptor() ([]byte, []int)

Deprecated: Use VerResult.ProtoReflect.Descriptor instead.

func (*VerResult) GetData

func (x *VerResult) GetData() *Ver

func (*VerResult) GetErrmsg

func (x *VerResult) GetErrmsg() string

func (*VerResult) GetErrno

func (x *VerResult) GetErrno() int32

func (*VerResult) ProtoMessage

func (*VerResult) ProtoMessage()

func (*VerResult) ProtoReflect

func (x *VerResult) ProtoReflect() protoreflect.Message

func (*VerResult) Reset

func (x *VerResult) Reset()

func (*VerResult) String

func (x *VerResult) String() string

type VerSetTask

type VerSetTask struct {
	Appid  string `protobuf:"bytes,1,opt,name=appid,proto3" json:"appid,omitempty"`
	Ver    string `protobuf:"bytes,2,opt,name=ver,proto3" json:"ver,omitempty"`
	Info   string `protobuf:"bytes,3,opt,name=info,proto3" json:"info,omitempty"`
	Title  string `protobuf:"bytes,4,opt,name=title,proto3" json:"title,omitempty"`
	Status string `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*VerSetTask) Descriptor deprecated

func (*VerSetTask) Descriptor() ([]byte, []int)

Deprecated: Use VerSetTask.ProtoReflect.Descriptor instead.

func (*VerSetTask) GetAppid

func (x *VerSetTask) GetAppid() string

func (*VerSetTask) GetInfo

func (x *VerSetTask) GetInfo() string

func (*VerSetTask) GetStatus

func (x *VerSetTask) GetStatus() string

func (*VerSetTask) GetTitle

func (x *VerSetTask) GetTitle() string

func (*VerSetTask) GetVer

func (x *VerSetTask) GetVer() string

func (*VerSetTask) ProtoMessage

func (*VerSetTask) ProtoMessage()

func (*VerSetTask) ProtoReflect

func (x *VerSetTask) ProtoReflect() protoreflect.Message

func (*VerSetTask) Reset

func (x *VerSetTask) Reset()

func (*VerSetTask) String

func (x *VerSetTask) String() string

type VerUpURL

type VerUpURL struct {
	Url    string            `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"`
	Method string            `protobuf:"bytes,2,opt,name=method,proto3" json:"method,omitempty"`
	Data   map[string]string `` /* 149-byte string literal not displayed */
	Key    string            `protobuf:"bytes,4,opt,name=key,proto3" json:"key,omitempty"`
	// contains filtered or unexported fields
}

func (*VerUpURL) Descriptor deprecated

func (*VerUpURL) Descriptor() ([]byte, []int)

Deprecated: Use VerUpURL.ProtoReflect.Descriptor instead.

func (*VerUpURL) GetData

func (x *VerUpURL) GetData() map[string]string

func (*VerUpURL) GetKey

func (x *VerUpURL) GetKey() string

func (*VerUpURL) GetMethod

func (x *VerUpURL) GetMethod() string

func (*VerUpURL) GetUrl

func (x *VerUpURL) GetUrl() string

func (*VerUpURL) ProtoMessage

func (*VerUpURL) ProtoMessage()

func (*VerUpURL) ProtoReflect

func (x *VerUpURL) ProtoReflect() protoreflect.Message

func (*VerUpURL) Reset

func (x *VerUpURL) Reset()

func (*VerUpURL) String

func (x *VerUpURL) String() string

type VerUpURLResult

type VerUpURLResult struct {
	Errno  int32     `protobuf:"varint,1,opt,name=errno,proto3" json:"errno,omitempty"`
	Errmsg string    `protobuf:"bytes,2,opt,name=errmsg,proto3" json:"errmsg,omitempty"`
	Data   *VerUpURL `protobuf:"bytes,4,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*VerUpURLResult) Descriptor deprecated

func (*VerUpURLResult) Descriptor() ([]byte, []int)

Deprecated: Use VerUpURLResult.ProtoReflect.Descriptor instead.

func (*VerUpURLResult) GetData

func (x *VerUpURLResult) GetData() *VerUpURL

func (*VerUpURLResult) GetErrmsg

func (x *VerUpURLResult) GetErrmsg() string

func (*VerUpURLResult) GetErrno

func (x *VerUpURLResult) GetErrno() int32

func (*VerUpURLResult) ProtoMessage

func (*VerUpURLResult) ProtoMessage()

func (*VerUpURLResult) ProtoReflect

func (x *VerUpURLResult) ProtoReflect() protoreflect.Message

func (*VerUpURLResult) Reset

func (x *VerUpURLResult) Reset()

func (*VerUpURLResult) String

func (x *VerUpURLResult) String() string

type VerUpURLTask

type VerUpURLTask struct {
	Appid   string `protobuf:"bytes,1,opt,name=appid,proto3" json:"appid,omitempty"`
	Ver     string `protobuf:"bytes,2,opt,name=ver,proto3" json:"ver,omitempty"`
	Ability string `protobuf:"bytes,3,opt,name=ability,proto3" json:"ability,omitempty"`
	Expires int32  `protobuf:"varint,4,opt,name=expires,proto3" json:"expires,omitempty"`
	// contains filtered or unexported fields
}

func (*VerUpURLTask) Descriptor deprecated

func (*VerUpURLTask) Descriptor() ([]byte, []int)

Deprecated: Use VerUpURLTask.ProtoReflect.Descriptor instead.

func (*VerUpURLTask) GetAbility

func (x *VerUpURLTask) GetAbility() string

func (*VerUpURLTask) GetAppid

func (x *VerUpURLTask) GetAppid() string

func (*VerUpURLTask) GetExpires

func (x *VerUpURLTask) GetExpires() int32

func (*VerUpURLTask) GetVer

func (x *VerUpURLTask) GetVer() string

func (*VerUpURLTask) ProtoMessage

func (*VerUpURLTask) ProtoMessage()

func (*VerUpURLTask) ProtoReflect

func (x *VerUpURLTask) ProtoReflect() protoreflect.Message

func (*VerUpURLTask) Reset

func (x *VerUpURLTask) Reset()

func (*VerUpURLTask) String

func (x *VerUpURLTask) String() string

Jump to

Keyboard shortcuts

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