group

package
v1.31.0-20230523080736... Latest Latest
Warning

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

Go to latest
Published: unknown License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Filter_Order_name = map[int32]string{
		0: "ORDER_UNSPECIFIED",
		1: "ORDER_INC",
		2: "ORDER_DEC",
	}
	Filter_Order_value = map[string]int32{
		"ORDER_UNSPECIFIED": 0,
		"ORDER_INC":         1,
		"ORDER_DEC":         2,
	}
)

Enum value maps for Filter_Order.

View Source
var File_nuntio_management_model_group_group_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Entry

type Entry struct {
	GroupId *model.UUID `protobuf:"bytes,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	Group   *Group      `protobuf:"bytes,2,opt,name=group,proto3" json:"group,omitempty"`
	// contains filtered or unexported fields
}

func (*Entry) Descriptor deprecated

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

Deprecated: Use Entry.ProtoReflect.Descriptor instead.

func (*Entry) GetGroup

func (x *Entry) GetGroup() *Group

func (*Entry) GetGroupId

func (x *Entry) GetGroupId() *model.UUID

func (*Entry) ProtoMessage

func (*Entry) ProtoMessage()

func (*Entry) ProtoReflect

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

func (*Entry) Reset

func (x *Entry) Reset()

func (*Entry) String

func (x *Entry) String() string

type Filter

type Filter struct {
	From  uint32       `protobuf:"varint,1,opt,name=from,proto3" json:"from,omitempty"`
	To    uint32       `protobuf:"varint,2,opt,name=to,proto3" json:"to,omitempty"`
	Order Filter_Order `protobuf:"varint,3,opt,name=order,proto3,enum=nuntio.management.model.group.Filter_Order" json:"order,omitempty"`
	// contains filtered or unexported fields
}

func (*Filter) Descriptor deprecated

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

Deprecated: Use Filter.ProtoReflect.Descriptor instead.

func (*Filter) GetFrom

func (x *Filter) GetFrom() uint32

func (*Filter) GetOrder

func (x *Filter) GetOrder() Filter_Order

func (*Filter) GetTo

func (x *Filter) GetTo() uint32

func (*Filter) ProtoMessage

func (*Filter) ProtoMessage()

func (*Filter) ProtoReflect

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

func (*Filter) Reset

func (x *Filter) Reset()

func (*Filter) String

func (x *Filter) String() string

type Filter_Order

type Filter_Order int32
const (
	Filter_ORDER_UNSPECIFIED Filter_Order = 0
	Filter_ORDER_INC         Filter_Order = 1
	Filter_ORDER_DEC         Filter_Order = 2
)

func (Filter_Order) Descriptor

func (Filter_Order) Enum

func (x Filter_Order) Enum() *Filter_Order

func (Filter_Order) EnumDescriptor deprecated

func (Filter_Order) EnumDescriptor() ([]byte, []int)

Deprecated: Use Filter_Order.Descriptor instead.

func (Filter_Order) Number

func (Filter_Order) String

func (x Filter_Order) String() string

func (Filter_Order) Type

type Group

type Group struct {
	Info      *GroupInfo             `protobuf:"bytes,1,opt,name=info,proto3" json:"info,omitempty"`
	UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	// contains filtered or unexported fields
}

func (*Group) Descriptor deprecated

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

Deprecated: Use Group.ProtoReflect.Descriptor instead.

func (*Group) GetInfo

func (x *Group) GetInfo() *GroupInfo

func (*Group) GetUpdatedAt

func (x *Group) GetUpdatedAt() *timestamppb.Timestamp

func (*Group) ProtoMessage

func (*Group) ProtoMessage()

func (*Group) ProtoReflect

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

func (*Group) Reset

func (x *Group) Reset()

func (*Group) String

func (x *Group) String() string

type GroupInfo

type GroupInfo struct {
	Name       string                 `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	NumMembers int32                  `protobuf:"varint,2,opt,name=num_members,json=numMembers,proto3" json:"num_members,omitempty"`
	CreatedAt  *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// contains filtered or unexported fields
}

func (*GroupInfo) Descriptor deprecated

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

Deprecated: Use GroupInfo.ProtoReflect.Descriptor instead.

func (*GroupInfo) GetCreatedAt

func (x *GroupInfo) GetCreatedAt() *timestamppb.Timestamp

func (*GroupInfo) GetName

func (x *GroupInfo) GetName() string

func (*GroupInfo) GetNumMembers

func (x *GroupInfo) GetNumMembers() int32

func (*GroupInfo) ProtoMessage

func (*GroupInfo) ProtoMessage()

func (*GroupInfo) ProtoReflect

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

func (*GroupInfo) Reset

func (x *GroupInfo) Reset()

func (*GroupInfo) String

func (x *GroupInfo) String() string

type Update

type Update struct {

	// Types that are assignable to Field:
	//
	//	*Update_Name
	Field isUpdate_Field `protobuf_oneof:"field"`
	// contains filtered or unexported fields
}

func (*Update) Descriptor deprecated

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

Deprecated: Use Update.ProtoReflect.Descriptor instead.

func (*Update) GetField

func (m *Update) GetField() isUpdate_Field

func (*Update) GetName

func (x *Update) GetName() string

func (*Update) ProtoMessage

func (*Update) ProtoMessage()

func (*Update) ProtoReflect

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

func (*Update) Reset

func (x *Update) Reset()

func (*Update) String

func (x *Update) String() string

type Update_Name

type Update_Name struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3,oneof"`
}

Jump to

Keyboard shortcuts

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