cache

package
v0.0.0-...-cb472e6 Latest Latest
Warning

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

Go to latest
Published: Aug 27, 2021 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Interface

type Interface interface {
	SearchTopologyTree(ctx context.Context, h http.Header, opt *topo_tree.SearchOption) ([]topo_tree.Topology, error)
	SearchHostWithInnerIP(ctx context.Context, h http.Header, opt *metadata.SearchHostWithInnerIPOption) (jsonString string, err error)
	SearchHostWithHostID(ctx context.Context, h http.Header, opt *metadata.SearchHostWithIDOption) (jsonString string, err error)
	ListHostWithHostID(ctx context.Context, h http.Header, opt *metadata.ListWithIDOption) (jsonString string, err error)
	ListHostWithPage(ctx context.Context, h http.Header, opt *metadata.ListHostWithPage) (cnt int64, jsonString string, err error)
	SearchBusiness(ctx context.Context, h http.Header, bizID int64) (jsonString string, err error)
	ListBusiness(ctx context.Context, h http.Header, opt *metadata.ListWithIDOption) (jsonArray string, err error)
	SearchSet(ctx context.Context, h http.Header, setID int64) (jsonString string, err error)
	ListSets(ctx context.Context, h http.Header, opt *metadata.ListWithIDOption) (jsonArray string, err error)
	SearchModule(ctx context.Context, h http.Header, moduleID int64) (jsonString string, err error)
	ListModules(ctx context.Context, h http.Header, opt *metadata.ListWithIDOption) (jsonArray string, err error)
	SearchCustomLayer(ctx context.Context, h http.Header, objID string, instID int64) (jsonString string, err error)
	SearchTopologyNodePath(ctx context.Context, h http.Header, opts *topo_tree.SearchNodePathOption) ([]topo_tree.
		NodePaths, error)
}

func NewCacheClient

func NewCacheClient(client rest.ClientInterface) Interface

Jump to

Keyboard shortcuts

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