Documentation ¶
Overview ¶
Package remoteclusterprivilege
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Monitorenrich = RemoteClusterPrivilege{"monitor_enrich"} Monitorstats = RemoteClusterPrivilege{"monitor_stats"} )
Functions ¶
This section is empty.
Types ¶
type RemoteClusterPrivilege ¶
type RemoteClusterPrivilege struct {
Name string
}
func (RemoteClusterPrivilege) MarshalText ¶
func (r RemoteClusterPrivilege) MarshalText() (text []byte, err error)
func (RemoteClusterPrivilege) String ¶
func (r RemoteClusterPrivilege) String() string
func (*RemoteClusterPrivilege) UnmarshalText ¶
func (r *RemoteClusterPrivilege) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.