party

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: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_sudo_mpc_virtual_service_platform_party_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type GetPartiesResponse added in v2.2.0

type GetPartiesResponse struct {
	Tusitas []*Party `protobuf:"bytes,1,rep,name=tusitas,proto3" json:"tusitas,omitempty"`
	Total   int64    `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPartiesResponse) Descriptor deprecated added in v2.2.0

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

Deprecated: Use GetPartiesResponse.ProtoReflect.Descriptor instead.

func (*GetPartiesResponse) GetTotal added in v2.2.0

func (x *GetPartiesResponse) GetTotal() int64

func (*GetPartiesResponse) GetTusitas added in v2.2.0

func (x *GetPartiesResponse) GetTusitas() []*Party

func (*GetPartiesResponse) ProtoMessage added in v2.2.0

func (*GetPartiesResponse) ProtoMessage()

func (*GetPartiesResponse) ProtoReflect added in v2.2.0

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

func (*GetPartiesResponse) Reset added in v2.2.0

func (x *GetPartiesResponse) Reset()

func (*GetPartiesResponse) String added in v2.2.0

func (x *GetPartiesResponse) String() string

type Party added in v2.2.0

type Party struct {
	Id          uint64             `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	CreatedTs   int64              `protobuf:"varint,2,opt,name=created_ts,json=createdTs,proto3" json:"created_ts,omitempty"`
	UpdatedTs   int64              `protobuf:"varint,3,opt,name=updated_ts,json=updatedTs,proto3" json:"updated_ts,omitempty"`
	BlockedTs   int64              `protobuf:"varint,4,opt,name=blocked_ts,json=blockedTs,proto3" json:"blocked_ts,omitempty"`
	Description string             `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"`
	PartyAlias  string             `protobuf:"bytes,6,opt,name=party_alias,json=partyAlias,proto3" json:"party_alias,omitempty"`
	PartyId     string             `protobuf:"bytes,7,opt,name=party_id,json=partyId,proto3" json:"party_id,omitempty"`
	Role        enums.Party_Role   `protobuf:"varint,8,opt,name=role,proto3,enum=sudo.protobuf.enums.Party_Role" json:"role,omitempty"`
	Status      enums.Party_Status `protobuf:"varint,9,opt,name=status,proto3,enum=sudo.protobuf.enums.Party_Status" json:"status,omitempty"`
	Url         string             `protobuf:"bytes,10,opt,name=url,proto3" json:"url,omitempty"`
	// contains filtered or unexported fields
}

func (*Party) Descriptor deprecated added in v2.2.0

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

Deprecated: Use Party.ProtoReflect.Descriptor instead.

func (*Party) GetBlockedTs added in v2.2.0

func (x *Party) GetBlockedTs() int64

func (*Party) GetCreatedTs added in v2.2.0

func (x *Party) GetCreatedTs() int64

func (*Party) GetDescription added in v2.2.0

func (x *Party) GetDescription() string

func (*Party) GetId added in v2.2.0

func (x *Party) GetId() uint64

func (*Party) GetPartyAlias added in v2.2.0

func (x *Party) GetPartyAlias() string

func (*Party) GetPartyId added in v2.2.0

func (x *Party) GetPartyId() string

func (*Party) GetRole added in v2.2.0

func (x *Party) GetRole() enums.Party_Role

func (*Party) GetStatus added in v2.2.0

func (x *Party) GetStatus() enums.Party_Status

func (*Party) GetUpdatedTs added in v2.2.0

func (x *Party) GetUpdatedTs() int64

func (*Party) GetUrl added in v2.2.0

func (x *Party) GetUrl() string

func (*Party) ProtoMessage added in v2.2.0

func (*Party) ProtoMessage()

func (*Party) ProtoReflect added in v2.2.0

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

func (*Party) Reset added in v2.2.0

func (x *Party) Reset()

func (*Party) String added in v2.2.0

func (x *Party) String() string

type PartyQueryOption added in v2.2.0

type PartyQueryOption struct {
	Pager          *paginator.Paginator `protobuf:"bytes,1,opt,name=pager,proto3" json:"pager,omitempty"`
	ExcludePartyId string               `protobuf:"bytes,2,opt,name=exclude_party_id,json=excludePartyId,proto3" json:"exclude_party_id,omitempty"`
	PartyIds       []string             `protobuf:"bytes,3,rep,name=party_ids,json=partyIds,proto3" json:"party_ids,omitempty"`
	PartyId        string               `protobuf:"bytes,4,opt,name=party_id,json=partyId,proto3" json:"party_id,omitempty"`
	PartyAlias     string               `protobuf:"bytes,5,opt,name=party_alias,json=partyAlias,proto3" json:"party_alias,omitempty"`
	Url            string               `protobuf:"bytes,6,opt,name=url,proto3" json:"url,omitempty"`
	Role           enums.Party_Role     `protobuf:"varint,7,opt,name=role,proto3,enum=sudo.protobuf.enums.Party_Role" json:"role,omitempty"`
	Status         enums.Party_Status   `protobuf:"varint,8,opt,name=status,proto3,enum=sudo.protobuf.enums.Party_Status" json:"status,omitempty"`
	QueryTusita    bool                 `protobuf:"varint,9,opt,name=query_tusita,json=queryTusita,proto3" json:"query_tusita,omitempty"`
	// contains filtered or unexported fields
}

func (*PartyQueryOption) Descriptor deprecated added in v2.2.0

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

Deprecated: Use PartyQueryOption.ProtoReflect.Descriptor instead.

func (*PartyQueryOption) GetExcludePartyId added in v2.2.0

func (x *PartyQueryOption) GetExcludePartyId() string

func (*PartyQueryOption) GetPager added in v2.2.0

func (x *PartyQueryOption) GetPager() *paginator.Paginator

func (*PartyQueryOption) GetPartyAlias added in v2.2.0

func (x *PartyQueryOption) GetPartyAlias() string

func (*PartyQueryOption) GetPartyId added in v2.2.0

func (x *PartyQueryOption) GetPartyId() string

func (*PartyQueryOption) GetPartyIds added in v2.2.0

func (x *PartyQueryOption) GetPartyIds() []string

func (*PartyQueryOption) GetQueryTusita added in v2.2.0

func (x *PartyQueryOption) GetQueryTusita() bool

func (*PartyQueryOption) GetRole added in v2.2.0

func (x *PartyQueryOption) GetRole() enums.Party_Role

func (*PartyQueryOption) GetStatus added in v2.2.0

func (x *PartyQueryOption) GetStatus() enums.Party_Status

func (*PartyQueryOption) GetUrl added in v2.2.0

func (x *PartyQueryOption) GetUrl() string

func (*PartyQueryOption) ProtoMessage added in v2.2.0

func (*PartyQueryOption) ProtoMessage()

func (*PartyQueryOption) ProtoReflect added in v2.2.0

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

func (*PartyQueryOption) Reset added in v2.2.0

func (x *PartyQueryOption) Reset()

func (*PartyQueryOption) String added in v2.2.0

func (x *PartyQueryOption) String() string

type PingFurnaceRequest

type PingFurnaceRequest struct {
	Echo string `protobuf:"bytes,1,opt,name=echo,proto3" json:"echo,omitempty"`
	// 连通测试的Furnace地址
	FurnaceUrl string `protobuf:"bytes,2,opt,name=furnace_url,json=furnaceUrl,proto3" json:"furnace_url,omitempty"`
	// contains filtered or unexported fields
}

func (*PingFurnaceRequest) Descriptor deprecated

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

Deprecated: Use PingFurnaceRequest.ProtoReflect.Descriptor instead.

func (*PingFurnaceRequest) GetEcho

func (x *PingFurnaceRequest) GetEcho() string

func (*PingFurnaceRequest) GetFurnaceUrl

func (x *PingFurnaceRequest) GetFurnaceUrl() string

func (*PingFurnaceRequest) ProtoMessage

func (*PingFurnaceRequest) ProtoMessage()

func (*PingFurnaceRequest) ProtoReflect

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

func (*PingFurnaceRequest) Reset

func (x *PingFurnaceRequest) Reset()

func (*PingFurnaceRequest) String

func (x *PingFurnaceRequest) String() string

type PingPartyRequest

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

func (*PingPartyRequest) Descriptor deprecated

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

Deprecated: Use PingPartyRequest.ProtoReflect.Descriptor instead.

func (*PingPartyRequest) GetEcho

func (x *PingPartyRequest) GetEcho() string

func (*PingPartyRequest) ProtoMessage

func (*PingPartyRequest) ProtoMessage()

func (*PingPartyRequest) ProtoReflect

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

func (*PingPartyRequest) Reset

func (x *PingPartyRequest) Reset()

func (*PingPartyRequest) String

func (x *PingPartyRequest) String() string

type PingPartyResponse

type PingPartyResponse struct {
	Echo string `protobuf:"bytes,1,opt,name=echo,proto3" json:"echo,omitempty"`
	// 参与方的名称
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// 参与方的party id
	Id string `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"`
	// 参与方的角色
	Role enums.Party_Role `protobuf:"varint,4,opt,name=role,proto3,enum=sudo.protobuf.enums.Party_Role" json:"role,omitempty"`
	// contains filtered or unexported fields
}

func (*PingPartyResponse) Descriptor deprecated

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

Deprecated: Use PingPartyResponse.ProtoReflect.Descriptor instead.

func (*PingPartyResponse) GetEcho

func (x *PingPartyResponse) GetEcho() string

func (*PingPartyResponse) GetId

func (x *PingPartyResponse) GetId() string

func (*PingPartyResponse) GetName

func (x *PingPartyResponse) GetName() string

func (*PingPartyResponse) GetRole

func (x *PingPartyResponse) GetRole() enums.Party_Role

func (*PingPartyResponse) ProtoMessage

func (*PingPartyResponse) ProtoMessage()

func (*PingPartyResponse) ProtoReflect

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

func (*PingPartyResponse) Reset

func (x *PingPartyResponse) Reset()

func (*PingPartyResponse) String

func (x *PingPartyResponse) String() string

Jump to

Keyboard shortcuts

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