apl

package
v2.6.0 Latest Latest
Warning

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

Go to latest
Published: Mar 7, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_sudo_mpc_virtual_service_platform_apl_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AplTakeActionParam

type AplTakeActionParam struct {
	Action               enums.Application_Action   `protobuf:"varint,1,opt,name=action,proto3,enum=sudo.protobuf.enums.Application_Action" json:"action,omitempty"`
	AdditionalParameters map[string]*structpb.Value `` /* 209-byte string literal not displayed */
	Reason               string                     `protobuf:"bytes,3,opt,name=reason,proto3" json:"reason,omitempty"`
	RefId                uint64                     `protobuf:"varint,4,opt,name=ref_id,json=refId,proto3" json:"ref_id,omitempty"`
	Type                 string                     `protobuf:"bytes,5,opt,name=type,proto3" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*AplTakeActionParam) Descriptor deprecated

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

Deprecated: Use AplTakeActionParam.ProtoReflect.Descriptor instead.

func (*AplTakeActionParam) GetAction

func (*AplTakeActionParam) GetAdditionalParameters

func (x *AplTakeActionParam) GetAdditionalParameters() map[string]*structpb.Value

func (*AplTakeActionParam) GetReason

func (x *AplTakeActionParam) GetReason() string

func (*AplTakeActionParam) GetRefId

func (x *AplTakeActionParam) GetRefId() uint64

func (*AplTakeActionParam) GetType

func (x *AplTakeActionParam) GetType() string

func (*AplTakeActionParam) ProtoMessage

func (*AplTakeActionParam) ProtoMessage()

func (*AplTakeActionParam) ProtoReflect

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

func (*AplTakeActionParam) Reset

func (x *AplTakeActionParam) Reset()

func (*AplTakeActionParam) String

func (x *AplTakeActionParam) String() string

type AplTakeActionRequest

type AplTakeActionRequest struct {
	Param *AplTakeActionParam `protobuf:"bytes,1,opt,name=param,proto3" json:"param,omitempty"`
	// 请求会转发到的中心节点ID
	// 若非空,则覆盖grpc metadata中设置的to-tusita
	ToTusita string `protobuf:"bytes,2,opt,name=to_tusita,json=toTusita,proto3" json:"to_tusita,omitempty"`
	// contains filtered or unexported fields
}

func (*AplTakeActionRequest) Descriptor deprecated

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

Deprecated: Use AplTakeActionRequest.ProtoReflect.Descriptor instead.

func (*AplTakeActionRequest) GetParam

func (*AplTakeActionRequest) GetToTusita

func (x *AplTakeActionRequest) GetToTusita() string

func (*AplTakeActionRequest) ProtoMessage

func (*AplTakeActionRequest) ProtoMessage()

func (*AplTakeActionRequest) ProtoReflect

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

func (*AplTakeActionRequest) Reset

func (x *AplTakeActionRequest) Reset()

func (*AplTakeActionRequest) String

func (x *AplTakeActionRequest) String() string

type CallbackLog

type CallbackLog struct {
	AplId        uint64                   `protobuf:"varint,1,opt,name=apl_id,json=aplId,proto3" json:"apl_id,omitempty"`
	RefId        uint64                   `protobuf:"varint,2,opt,name=ref_id,json=refId,proto3" json:"ref_id,omitempty"`
	Reviewer     string                   `protobuf:"bytes,3,opt,name=reviewer,proto3" json:"reviewer,omitempty"`
	Action       enums.Application_Action `protobuf:"varint,4,opt,name=action,proto3,enum=sudo.protobuf.enums.Application_Action" json:"action,omitempty"`
	ActionUserId uint64                   `protobuf:"varint,5,opt,name=action_user_id,json=actionUserId,proto3" json:"action_user_id,omitempty"`
	Successed    bool                     `protobuf:"varint,6,opt,name=successed,proto3" json:"successed,omitempty"`
	ErrMsg       string                   `protobuf:"bytes,7,opt,name=err_msg,json=errMsg,proto3" json:"err_msg,omitempty"`
	RetryNo      int64                    `protobuf:"varint,8,opt,name=retry_no,json=retryNo,proto3" json:"retry_no,omitempty"`
	CreatedTs    int64                    `protobuf:"varint,9,opt,name=created_ts,json=createdTs,proto3" json:"created_ts,omitempty"`
	UpdatedTs    int64                    `protobuf:"varint,10,opt,name=updated_ts,json=updatedTs,proto3" json:"updated_ts,omitempty"`
	// contains filtered or unexported fields
}

func (*CallbackLog) Descriptor deprecated

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

Deprecated: Use CallbackLog.ProtoReflect.Descriptor instead.

func (*CallbackLog) GetAction

func (x *CallbackLog) GetAction() enums.Application_Action

func (*CallbackLog) GetActionUserId

func (x *CallbackLog) GetActionUserId() uint64

func (*CallbackLog) GetAplId

func (x *CallbackLog) GetAplId() uint64

func (*CallbackLog) GetCreatedTs

func (x *CallbackLog) GetCreatedTs() int64

func (*CallbackLog) GetErrMsg

func (x *CallbackLog) GetErrMsg() string

func (*CallbackLog) GetRefId

func (x *CallbackLog) GetRefId() uint64

func (*CallbackLog) GetRetryNo

func (x *CallbackLog) GetRetryNo() int64

func (*CallbackLog) GetReviewer

func (x *CallbackLog) GetReviewer() string

func (*CallbackLog) GetSuccessed

func (x *CallbackLog) GetSuccessed() bool

func (*CallbackLog) GetUpdatedTs

func (x *CallbackLog) GetUpdatedTs() int64

func (*CallbackLog) ProtoMessage

func (*CallbackLog) ProtoMessage()

func (*CallbackLog) ProtoReflect

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

func (*CallbackLog) Reset

func (x *CallbackLog) Reset()

func (*CallbackLog) String

func (x *CallbackLog) String() string

type Reviewer

type Reviewer struct {
	AplId        uint64                   `protobuf:"varint,1,opt,name=apl_id,json=aplId,proto3" json:"apl_id,omitempty"`
	Reviewer     string                   `protobuf:"bytes,2,opt,name=reviewer,proto3" json:"reviewer,omitempty"`
	Action       enums.Application_Action `protobuf:"varint,3,opt,name=action,proto3,enum=sudo.protobuf.enums.Application_Action" json:"action,omitempty"`
	UpdatedAt    int64                    `protobuf:"varint,4,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	Reason       string                   `protobuf:"bytes,5,opt,name=reason,proto3" json:"reason,omitempty"`
	ActionUserId uint64                   `protobuf:"varint,6,opt,name=action_user_id,json=actionUserId,proto3" json:"action_user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*Reviewer) Descriptor deprecated

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

Deprecated: Use Reviewer.ProtoReflect.Descriptor instead.

func (*Reviewer) GetAction

func (x *Reviewer) GetAction() enums.Application_Action

func (*Reviewer) GetActionUserId

func (x *Reviewer) GetActionUserId() uint64

func (*Reviewer) GetAplId

func (x *Reviewer) GetAplId() uint64

func (*Reviewer) GetReason

func (x *Reviewer) GetReason() string

func (*Reviewer) GetReviewer

func (x *Reviewer) GetReviewer() string

func (*Reviewer) GetUpdatedAt

func (x *Reviewer) GetUpdatedAt() int64

func (*Reviewer) ProtoMessage

func (*Reviewer) ProtoMessage()

func (*Reviewer) ProtoReflect

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

func (*Reviewer) Reset

func (x *Reviewer) Reset()

func (*Reviewer) String

func (x *Reviewer) String() string

Jump to

Keyboard shortcuts

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