query

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: May 31, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EdgeDelete

type EdgeDelete struct {
	EdgeID uint64
	Addr   string
}

type EdgeQuery

type EdgeQuery struct {
	Query
	// Condition fields
	Meta string
	Addr string
	RPC  string
}

type EdgeRPCQuery

type EdgeRPCQuery struct {
	Query
	// Condition fields
	Meta   string
	EdgeID uint64
}

type Query

type Query struct {
	// Pagination
	Page, PageSize int
	// Time range
	StartTime, EndTime int64
	// Order
	Order string
	Desc  bool
}

type ServiceDelete

type ServiceDelete struct {
	ServiceID uint64
	Addr      string
}

type ServiceQuery

type ServiceQuery struct {
	Query
	// Condition fields
	Service string
	Addr    string
	RPC     string
	Topic   string
}

type ServiceRPCQuery

type ServiceRPCQuery struct {
	Query
	// Condition fields
	Service   string
	ServiceID uint64
}

type ServiceTopicQuery

type ServiceTopicQuery struct {
	Query
	// Condition fields
	Service   string
	ServiceID uint64
}

Jump to

Keyboard shortcuts

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