Documentation
¶
Index ¶
Constants ¶
View Source
const (
NifiDefaultTimeout = int64(5)
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterConnect ¶
type Manager ¶
type Manager interface {
BuildConfig() (*NifiConfig, error)
BuildConnect() (ClusterConnect, error)
}
type NifiConfig ¶
type NifiConfig struct {
NodeURITemplate string
NodesURI map[int32]NodeUri
NifiURI string
UseSSL bool
TLSConfig *tls.Config
ProxyUrl string
OperationTimeout int64
RootProcessGroupId string
NodesContext map[int32]context.Context
SkipDescribeCluster bool
}
NifiConfig are the options to creating a new ClusterAdmin client.
Click to show internal directories.
Click to hide internal directories.