checkinproto

package
v1.12.1 Latest Latest
Warning

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

Go to latest
Published: Mar 15, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_checkin_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Authenticate

type Authenticate struct {
	OsVersion    string `protobuf:"bytes,1,opt,name=os_version,json=osVersion,proto3" json:"os_version,omitempty"`
	BuildVersion string `protobuf:"bytes,2,opt,name=build_version,json=buildVersion,proto3" json:"build_version,omitempty"`
	ProductName  string `protobuf:"bytes,3,opt,name=product_name,json=productName,proto3" json:"product_name,omitempty"`
	SerialNumber string `protobuf:"bytes,4,opt,name=serial_number,json=serialNumber,proto3" json:"serial_number,omitempty"`
	Imei         string `protobuf:"bytes,5,opt,name=imei,proto3" json:"imei,omitempty"`
	Meid         string `protobuf:"bytes,6,opt,name=meid,proto3" json:"meid,omitempty"`
	DeviceName   string `protobuf:"bytes,7,opt,name=device_name,json=deviceName,proto3" json:"device_name,omitempty"`
	Challenge    []byte `protobuf:"bytes,8,opt,name=challenge,proto3" json:"challenge,omitempty"`
	Model        string `protobuf:"bytes,9,opt,name=model,proto3" json:"model,omitempty"`
	ModelName    string `protobuf:"bytes,10,opt,name=model_name,json=modelName,proto3" json:"model_name,omitempty"`
	// contains filtered or unexported fields
}

func (*Authenticate) Descriptor deprecated

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

Deprecated: Use Authenticate.ProtoReflect.Descriptor instead.

func (*Authenticate) GetBuildVersion

func (x *Authenticate) GetBuildVersion() string

func (*Authenticate) GetChallenge

func (x *Authenticate) GetChallenge() []byte

func (*Authenticate) GetDeviceName

func (x *Authenticate) GetDeviceName() string

func (*Authenticate) GetImei

func (x *Authenticate) GetImei() string

func (*Authenticate) GetMeid

func (x *Authenticate) GetMeid() string

func (*Authenticate) GetModel

func (x *Authenticate) GetModel() string

func (*Authenticate) GetModelName

func (x *Authenticate) GetModelName() string

func (*Authenticate) GetOsVersion

func (x *Authenticate) GetOsVersion() string

func (*Authenticate) GetProductName

func (x *Authenticate) GetProductName() string

func (*Authenticate) GetSerialNumber

func (x *Authenticate) GetSerialNumber() string

func (*Authenticate) ProtoMessage

func (*Authenticate) ProtoMessage()

func (*Authenticate) ProtoReflect added in v1.9.0

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

func (*Authenticate) Reset

func (x *Authenticate) Reset()

func (*Authenticate) String

func (x *Authenticate) String() string

type Command

type Command struct {
	MessageType           string                 `protobuf:"bytes,1,opt,name=message_type,json=messageType,proto3" json:"message_type,omitempty"`
	Topic                 string                 `protobuf:"bytes,2,opt,name=topic,proto3" json:"topic,omitempty"`
	Udid                  string                 `protobuf:"bytes,3,opt,name=udid,proto3" json:"udid,omitempty"`
	Authenticate          *Authenticate          `protobuf:"bytes,4,opt,name=authenticate,proto3" json:"authenticate,omitempty"`
	TokenUpdate           *TokenUpdate           `protobuf:"bytes,5,opt,name=token_update,json=tokenUpdate,proto3" json:"token_update,omitempty"`
	EnrollmentId          string                 `protobuf:"bytes,6,opt,name=enrollment_id,json=enrollmentId,proto3" json:"enrollment_id,omitempty"`
	GetBootstrapToken     *GetBootstrapToken     `protobuf:"bytes,7,opt,name=get_bootstrap_token,json=getBootstrapToken,proto3" json:"get_bootstrap_token,omitempty"`
	SetBootstrapToken     *SetBootstrapToken     `protobuf:"bytes,8,opt,name=set_bootstrap_token,json=setBootstrapToken,proto3" json:"set_bootstrap_token,omitempty"`
	DeclarativeManagement *DeclarativeManagement `protobuf:"bytes,9,opt,name=declarative_management,json=declarativeManagement,proto3" json:"declarative_management,omitempty"`
	// contains filtered or unexported fields
}

func (*Command) Descriptor deprecated

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

Deprecated: Use Command.ProtoReflect.Descriptor instead.

func (*Command) GetAuthenticate

func (x *Command) GetAuthenticate() *Authenticate

func (*Command) GetDeclarativeManagement added in v1.11.0

func (x *Command) GetDeclarativeManagement() *DeclarativeManagement

func (*Command) GetEnrollmentId added in v1.6.0

func (x *Command) GetEnrollmentId() string

func (*Command) GetGetBootstrapToken added in v1.9.0

func (x *Command) GetGetBootstrapToken() *GetBootstrapToken

func (*Command) GetMessageType

func (x *Command) GetMessageType() string

func (*Command) GetSetBootstrapToken added in v1.9.0

func (x *Command) GetSetBootstrapToken() *SetBootstrapToken

func (*Command) GetTokenUpdate

func (x *Command) GetTokenUpdate() *TokenUpdate

func (*Command) GetTopic

func (x *Command) GetTopic() string

func (*Command) GetUdid

func (x *Command) GetUdid() string

func (*Command) ProtoMessage

func (*Command) ProtoMessage()

func (*Command) ProtoReflect added in v1.9.0

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

func (*Command) Reset

func (x *Command) Reset()

func (*Command) String

func (x *Command) String() string

type DeclarativeManagement added in v1.11.0

type DeclarativeManagement struct {
	Data     []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	Endpoint string `protobuf:"bytes,2,opt,name=endpoint,proto3" json:"endpoint,omitempty"`
	// contains filtered or unexported fields
}

func (*DeclarativeManagement) Descriptor deprecated added in v1.11.0

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

Deprecated: Use DeclarativeManagement.ProtoReflect.Descriptor instead.

func (*DeclarativeManagement) GetData added in v1.11.0

func (x *DeclarativeManagement) GetData() []byte

func (*DeclarativeManagement) GetEndpoint added in v1.11.0

func (x *DeclarativeManagement) GetEndpoint() string

func (*DeclarativeManagement) ProtoMessage added in v1.11.0

func (*DeclarativeManagement) ProtoMessage()

func (*DeclarativeManagement) ProtoReflect added in v1.11.0

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

func (*DeclarativeManagement) Reset added in v1.11.0

func (x *DeclarativeManagement) Reset()

func (*DeclarativeManagement) String added in v1.11.0

func (x *DeclarativeManagement) String() string

type Event

type Event struct {
	Id      string            `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Time    int64             `protobuf:"varint,2,opt,name=time,proto3" json:"time,omitempty"`
	Command *Command          `protobuf:"bytes,3,opt,name=command,proto3" json:"command,omitempty"`
	Raw     []byte            `protobuf:"bytes,4,opt,name=raw,proto3" json:"raw,omitempty"`
	Params  map[string]string `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Event) Descriptor deprecated

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

Deprecated: Use Event.ProtoReflect.Descriptor instead.

func (*Event) GetCommand

func (x *Event) GetCommand() *Command

func (*Event) GetId

func (x *Event) GetId() string

func (*Event) GetParams

func (x *Event) GetParams() map[string]string

func (*Event) GetRaw

func (x *Event) GetRaw() []byte

func (*Event) GetTime

func (x *Event) GetTime() int64

func (*Event) ProtoMessage

func (*Event) ProtoMessage()

func (*Event) ProtoReflect added in v1.9.0

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

func (*Event) Reset

func (x *Event) Reset()

func (*Event) String

func (x *Event) String() string

type GetBootstrapToken added in v1.9.0

type GetBootstrapToken struct {
	GetAwaitingConfiguration bool `` /* 136-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetBootstrapToken) Descriptor deprecated added in v1.9.0

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

Deprecated: Use GetBootstrapToken.ProtoReflect.Descriptor instead.

func (*GetBootstrapToken) GetGetAwaitingConfiguration added in v1.9.0

func (x *GetBootstrapToken) GetGetAwaitingConfiguration() bool

func (*GetBootstrapToken) ProtoMessage added in v1.9.0

func (*GetBootstrapToken) ProtoMessage()

func (*GetBootstrapToken) ProtoReflect added in v1.9.0

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

func (*GetBootstrapToken) Reset added in v1.9.0

func (x *GetBootstrapToken) Reset()

func (*GetBootstrapToken) String added in v1.9.0

func (x *GetBootstrapToken) String() string

type SetBootstrapToken added in v1.9.0

type SetBootstrapToken struct {
	BootstrapToken           []byte `protobuf:"bytes,1,opt,name=bootstrap_token,json=bootstrapToken,proto3" json:"bootstrap_token,omitempty"`
	SetAwaitingConfiguration bool   `` /* 136-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SetBootstrapToken) Descriptor deprecated added in v1.9.0

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

Deprecated: Use SetBootstrapToken.ProtoReflect.Descriptor instead.

func (*SetBootstrapToken) GetBootstrapToken added in v1.9.0

func (x *SetBootstrapToken) GetBootstrapToken() []byte

func (*SetBootstrapToken) GetSetAwaitingConfiguration added in v1.9.0

func (x *SetBootstrapToken) GetSetAwaitingConfiguration() bool

func (*SetBootstrapToken) ProtoMessage added in v1.9.0

func (*SetBootstrapToken) ProtoMessage()

func (*SetBootstrapToken) ProtoReflect added in v1.9.0

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

func (*SetBootstrapToken) Reset added in v1.9.0

func (x *SetBootstrapToken) Reset()

func (*SetBootstrapToken) String added in v1.9.0

func (x *SetBootstrapToken) String() string

type TokenUpdate

type TokenUpdate struct {
	Token                 []byte `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	PushMagic             string `protobuf:"bytes,2,opt,name=push_magic,json=pushMagic,proto3" json:"push_magic,omitempty"`
	UnlockToken           []byte `protobuf:"bytes,3,opt,name=unlock_token,json=unlockToken,proto3" json:"unlock_token,omitempty"`
	AwaitingConfiguration bool   `protobuf:"varint,4,opt,name=awaiting_configuration,json=awaitingConfiguration,proto3" json:"awaiting_configuration,omitempty"`
	UserId                string `protobuf:"bytes,5,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	UserLongName          string `protobuf:"bytes,6,opt,name=user_long_name,json=userLongName,proto3" json:"user_long_name,omitempty"`
	UserShortName         string `protobuf:"bytes,7,opt,name=user_short_name,json=userShortName,proto3" json:"user_short_name,omitempty"`
	NotOnConsole          bool   `protobuf:"varint,8,opt,name=not_on_console,json=notOnConsole,proto3" json:"not_on_console,omitempty"`
	// contains filtered or unexported fields
}

func (*TokenUpdate) Descriptor deprecated

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

Deprecated: Use TokenUpdate.ProtoReflect.Descriptor instead.

func (*TokenUpdate) GetAwaitingConfiguration

func (x *TokenUpdate) GetAwaitingConfiguration() bool

func (*TokenUpdate) GetNotOnConsole

func (x *TokenUpdate) GetNotOnConsole() bool

func (*TokenUpdate) GetPushMagic

func (x *TokenUpdate) GetPushMagic() string

func (*TokenUpdate) GetToken

func (x *TokenUpdate) GetToken() []byte

func (*TokenUpdate) GetUnlockToken

func (x *TokenUpdate) GetUnlockToken() []byte

func (*TokenUpdate) GetUserId

func (x *TokenUpdate) GetUserId() string

func (*TokenUpdate) GetUserLongName

func (x *TokenUpdate) GetUserLongName() string

func (*TokenUpdate) GetUserShortName

func (x *TokenUpdate) GetUserShortName() string

func (*TokenUpdate) ProtoMessage

func (*TokenUpdate) ProtoMessage()

func (*TokenUpdate) ProtoReflect added in v1.9.0

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

func (*TokenUpdate) Reset

func (x *TokenUpdate) Reset()

func (*TokenUpdate) String

func (x *TokenUpdate) String() string

Jump to

Keyboard shortcuts

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