Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GenClusterClient ¶
type GenClusterClient interface {
GetTopologyWithResponse(ctx context.Context, reqEditors ...camundav87.RequestEditorFn) (*camundav87.GetTopologyResponse, error)
}
type Option ¶
type Option func(*Service)
func WithClient ¶
func WithClient(c GenClusterClient) Option
func WithLogger ¶ added in v1.2.0
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func (*Service) Client ¶ added in v1.2.0
func (s *Service) Client() GenClusterClient
func (*Service) GetClusterTopology ¶
Click to show internal directories.
Click to hide internal directories.