Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TopoGraphicsInterface ¶
type TopoGraphicsInterface interface { SearchTopoGraphics(ctx context.Context, h http.Header, dat *metadata.TopoGraphics) (resp *metadata.SearchTopoGraphicsResult, err error) UpdateTopoGraphics(ctx context.Context, h http.Header, dat []metadata.TopoGraphics) (resp *metadata.UpdateResult, err error) }
func NewTopoGraphicsInterface ¶
func NewTopoGraphicsInterface(client rest.ClientInterface) TopoGraphicsInterface
Click to show internal directories.
Click to hide internal directories.