Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientsEstimateReport ¶
type ClientsEstimateReport struct {
Clients []ClientsEstimateReportEntry
}
func (*ClientsEstimateReport) String ¶
func (report *ClientsEstimateReport) String() string
type ClientsReport ¶
type ClientsReport struct {
Clients []ClientsReportEntry
}
func CreateClientsReport ¶
func (*ClientsReport) String ¶
func (report *ClientsReport) String() string
type ClientsReportEntry ¶
type Command ¶
type Command struct {
// contains filtered or unexported fields
}
func NewCommand ¶
func NewCommand() *Command
func (*Command) OnRun ¶
func (command *Command) OnRun(runFunc func(ctx context.Context, flags CommandFlags) error)
func (*Command) RawCommand ¶
type CommandFlags ¶
type SentryCandidatesReport ¶
type SentryCandidatesReport struct { TotalCount uint SeenCount uint HandshakeCount uint UnknownClientIDs []string UnseenClientIDs []string }
func (*SentryCandidatesReport) String ¶
func (report *SentryCandidatesReport) String() string
type StatusReport ¶
func CreateStatusReport ¶
func (*StatusReport) String ¶
func (report *StatusReport) String() string
Click to show internal directories.
Click to hide internal directories.