Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ManifoldsRule ¶
type ManifoldsRule struct {
// contains filtered or unexported fields
}
func NewManifoldsRule ¶
func NewManifoldsRule(includeNested bool) *ManifoldsRule
func (*ManifoldsRule) Write ¶
func (r *ManifoldsRule) Write(w io.Writer)
type MongoRule ¶
type MongoRule struct {
// contains filtered or unexported fields
}
func NewMongoRule ¶
func NewMongoRule() *MongoRule
type NestedReport ¶
type PubsubReport ¶
type PubsubReport struct {
Targets map[string]PubsubTarget `yaml:"targets"`
}
type PubsubRule ¶
type PubsubRule struct {
// contains filtered or unexported fields
}
func NewPubsubRule ¶
func NewPubsubRule() *PubsubRule
func (*PubsubRule) Write ¶
func (r *PubsubRule) Write(w io.Writer)
type PubsubTarget ¶
type PubsubTarget struct {
Status string
}
type RaftReport ¶
type RaftReport struct {
State string `yaml:"state"`
}
type RaftRule ¶
type RaftRule struct {
// contains filtered or unexported fields
}
func NewRaftRule ¶
func NewRaftRule() *RaftRule
type StartCountRule ¶
type StartCountRule struct {
// contains filtered or unexported fields
}
func NewStartCountRule ¶
func NewStartCountRule(includeNested bool, highestListNum int) *StartCountRule
func (*StartCountRule) Write ¶
func (r *StartCountRule) Write(w io.Writer)
Click to show internal directories.
Click to hide internal directories.