query

package
v1.4.0 Latest Latest
Warning

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

Go to latest
Published: Nov 16, 2021 License: Apache-2.0 Imports: 21 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

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
	GetOffset() int64
	GetCount() int64
	GetPattern() string

	GetRequestId() string

	GetId() string
	GetSource() string
	GetStream() string
	GetLive() bool
	GetDebug() bool
}

Request .

Jump to

Keyboard shortcuts

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