Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BundleConfig ¶
type BundleGenerator ¶
type BundleGenerator struct {
// contains filtered or unexported fields
}
func NewBundleGenerator ¶
func NewBundleGenerator(deps GeneratorDependencies, cfg BundleConfig) *BundleGenerator
func (*BundleGenerator) Generate ¶
func (g *BundleGenerator) Generate() (resp string, err error)
Generate creates a debug bundle and returns the location.
type GeneratorDependencies ¶
type GeneratorDependencies struct { InternalConfig *profilemanager.Config StatusRecorder *peer.Status SyncResponse *mgmProto.SyncResponse LogFile string }
type WGIface ¶ added in v0.46.0
type WGIface interface {
FullStats() (*configurer.Stats, error)
}
Click to show internal directories.
Click to hide internal directories.