content

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Aug 21, 2025 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_content_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type GetLogsRequest

type GetLogsRequest struct {
	RegionId    string `protobuf:"bytes,1,opt,name=regionId,proto3" header:"regionId" json:"regionId,omitempty"`
	ProjectCode string `protobuf:"bytes,2,opt,name=projectCode,proto3" form:"projectCode" json:"projectCode,omitempty"`
	UnitCode    string `protobuf:"bytes,3,opt,name=unitCode,proto3" form:"unitCode" json:"unitCode,omitempty"`
	StartTime   int32  `protobuf:"varint,4,opt,name=startTime,proto3" form:"startTime" json:"startTime,omitempty"`
	EndTime     int32  `protobuf:"varint,5,opt,name=endTime,proto3" form:"endTime" json:"endTime,omitempty"`
	Query       string `protobuf:"bytes,6,opt,name=query,proto3" form:"query" json:"query,omitempty"`
	Limit       int32  `protobuf:"varint,7,opt,name=limit,proto3" form:"limit" json:"limit,omitempty"`
	Reverse     bool   `protobuf:"varint,8,opt,name=reverse,proto3" form:"reverse" json:"reverse,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLogsRequest) Descriptor deprecated

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

Deprecated: Use GetLogsRequest.ProtoReflect.Descriptor instead.

func (*GetLogsRequest) GetEndTime

func (x *GetLogsRequest) GetEndTime() int32

func (*GetLogsRequest) GetLimit

func (x *GetLogsRequest) GetLimit() int32

func (*GetLogsRequest) GetProjectCode

func (x *GetLogsRequest) GetProjectCode() string

func (*GetLogsRequest) GetQuery

func (x *GetLogsRequest) GetQuery() string

func (*GetLogsRequest) GetRegionId

func (x *GetLogsRequest) GetRegionId() string

func (*GetLogsRequest) GetReverse

func (x *GetLogsRequest) GetReverse() bool

func (*GetLogsRequest) GetStartTime

func (x *GetLogsRequest) GetStartTime() int32

func (*GetLogsRequest) GetUnitCode

func (x *GetLogsRequest) GetUnitCode() string

func (*GetLogsRequest) ProtoMessage

func (*GetLogsRequest) ProtoMessage()

func (*GetLogsRequest) ProtoReflect

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

func (*GetLogsRequest) Reset

func (x *GetLogsRequest) Reset()

func (*GetLogsRequest) String

func (x *GetLogsRequest) String() string

type GetLogsResponse

type GetLogsResponse struct {
	Logs  []*Log `protobuf:"bytes,1,rep,name=logs,proto3" form:"logs" json:"logs,omitempty"`
	Count int32  `protobuf:"varint,2,opt,name=count,proto3" form:"count" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLogsResponse) Descriptor deprecated

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

Deprecated: Use GetLogsResponse.ProtoReflect.Descriptor instead.

func (*GetLogsResponse) GetCount

func (x *GetLogsResponse) GetCount() int32

func (*GetLogsResponse) GetLogs

func (x *GetLogsResponse) GetLogs() []*Log

func (*GetLogsResponse) ProtoMessage

func (*GetLogsResponse) ProtoMessage()

func (*GetLogsResponse) ProtoReflect

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

func (*GetLogsResponse) Reset

func (x *GetLogsResponse) Reset()

func (*GetLogsResponse) String

func (x *GetLogsResponse) String() string

type Log

type Log struct {
	Cursor  string `protobuf:"bytes,1,opt,name=cursor,proto3" form:"__cursor__" json:"__cursor__,omitempty"`
	Message string `protobuf:"bytes,2,opt,name=message,proto3" form:"__message__" json:"__message__,omitempty"`
	// contains filtered or unexported fields
}

func (*Log) Descriptor deprecated

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

Deprecated: Use Log.ProtoReflect.Descriptor instead.

func (*Log) GetCursor

func (x *Log) GetCursor() string

func (*Log) GetMessage

func (x *Log) GetMessage() string

func (*Log) ProtoMessage

func (*Log) ProtoMessage()

func (*Log) ProtoReflect

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

func (*Log) Reset

func (x *Log) Reset()

func (*Log) String

func (x *Log) String() string

Jump to

Keyboard shortcuts

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