query

package
v1.5.0 Latest Latest
Warning

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

Go to latest
Published: Jan 6, 2022 License: Apache-2.0 Imports: 24 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ByContainerIdRequest added in v1.5.0

type ByContainerIdRequest interface {
	Request
	GetOffset() int64
	GetPattern() string
	GetRequestId() string
	GetId() string
	GetSource() string
	GetStream() string
}

type ByExpressionRequest added in v1.5.0

type ByExpressionRequest interface {
	Request
	GetQueryExpression() string
	GetQueryMeta() *pb.QueryMeta
	GetExtraFilter() *pb.ExtraFilter
}

type LogRequest added in v1.4.0

type LogRequest struct {
	RequestID     string `form:"requestId"`
	LogID         string `form:"requestId"`
	Source        string `form:"source"`
	ID            string `form:"id"`
	Stream        string `form:"stream"`
	Start         int64  `form:"start"`
	End           int64  `form:"end"`
	Count         int64  `form:"count"`
	ApplicationID string `from:"applicationId"`
	ClusterName   string `from:"clusterName"`
	Pattern       string `from:"pattern"`
	Offset        int64  `from:"offset"`
	Live          bool   `from:"live"`
	Debug         bool   `from:"debug"`
	// contains filtered or unexported fields
}

LogRequest .

func (*LogRequest) GetCount added in v1.4.0

func (r *LogRequest) GetCount() int64

func (*LogRequest) GetDebug added in v1.4.0

func (r *LogRequest) GetDebug() bool

func (*LogRequest) GetEnd added in v1.4.0

func (r *LogRequest) GetEnd() int64

func (*LogRequest) GetId added in v1.4.0

func (r *LogRequest) GetId() string

func (*LogRequest) GetLive added in v1.4.0

func (r *LogRequest) GetLive() bool

func (*LogRequest) GetOffset added in v1.4.0

func (r *LogRequest) GetOffset() int64

func (*LogRequest) GetPattern added in v1.4.0

func (r *LogRequest) GetPattern() string

func (*LogRequest) GetRequestId added in v1.4.0

func (r *LogRequest) GetRequestId() string

func (*LogRequest) GetSource added in v1.4.0

func (r *LogRequest) GetSource() string

func (*LogRequest) GetStart added in v1.4.0

func (r *LogRequest) GetStart() int64

func (*LogRequest) GetStream added in v1.4.0

func (r *LogRequest) GetStream() string

type Request added in v1.4.0

type Request interface {
	GetStart() int64
	GetEnd() int64
	GetCount() int64
	GetLive() bool
	GetDebug() bool
}

Request .

Jump to

Keyboard shortcuts

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