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
Click to show internal directories.
Click to hide internal directories.