Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var WireSet = wire.NewSet( ProvideController, )
WireSet provides a wire set for this package.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func NewController ¶
func NewController( logStore store.LogStore, logStream logstream.LogStream, ) *Controller
func ProvideController ¶
func ProvideController(logStore store.LogStore, logStream logstream.LogStream) *Controller
Click to show internal directories.
Click to hide internal directories.