utils

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Feb 13, 2026 License: BSD-2-Clause Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_utils_utils_proto protoreflect.FileDescriptor
View Source
var ProtoxMessages = []*doc.Message{
	{
		Name:    "Pagination",
		Comment: []string{},
		Package: "utils",
		Fields: []doc.Field{
			{
				Name:     "page",
				Comment:  []string{},
				Type:     "uint64",
				Required: true,
			},
			{
				Name:     "pageSize",
				Comment:  []string{},
				Type:     "uint64",
				Required: true,
			},
			{
				Name:     "order",
				Comment:  []string{},
				Type:     "[]string",
				Required: true,
			},
		},
	},
	{
		Name:    "Empty",
		Comment: []string{},
		Package: "utils",
		Fields:  []doc.Field{},
	},
}
View Source
var ProtoxServices = []*doc.Service{}

Functions

This section is empty.

Types

type Empty

type Empty struct {
	// contains filtered or unexported fields
}

func (*Empty) Descriptor deprecated

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

Deprecated: Use Empty.ProtoReflect.Descriptor instead.

func (*Empty) ProtoMessage

func (*Empty) ProtoMessage()

func (*Empty) ProtoReflect

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

func (*Empty) Reset

func (x *Empty) Reset()

func (*Empty) String

func (x *Empty) String() string

type Pagination

type Pagination struct {
	Page     uint32   `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
	PageSize uint32   `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
	Order    []string `protobuf:"bytes,3,rep,name=order,proto3" json:"order,omitempty"`
	// contains filtered or unexported fields
}

func (*Pagination) Descriptor deprecated

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

Deprecated: Use Pagination.ProtoReflect.Descriptor instead.

func (*Pagination) GetOrder

func (x *Pagination) GetOrder() []string

func (*Pagination) GetPage

func (x *Pagination) GetPage() uint32

func (*Pagination) GetPageSize

func (x *Pagination) GetPageSize() uint32

func (*Pagination) ProtoMessage

func (*Pagination) ProtoMessage()

func (*Pagination) ProtoReflect

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

func (*Pagination) Reset

func (x *Pagination) Reset()

func (*Pagination) String

func (x *Pagination) String() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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