Documentation ¶ Index ¶ func New(config *config.Config) source.Source type Fake func (f *Fake) Close() func (f *Fake) Columns() []*source.List func (f *Fake) Init(stateChan chan state.State) tea.Cmd func (f *Fake) Logs(ctx context.Context, stateChan chan state.State, logChan chan string) tea.Cmd Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func New ¶ func New(config *config.Config) source.Source Types ¶ type Fake ¶ type Fake struct { // contains filtered or unexported fields } func (*Fake) Close ¶ func (f *Fake) Close() func (*Fake) Columns ¶ func (f *Fake) Columns() []*source.List func (*Fake) Init ¶ func (f *Fake) Init(stateChan chan state.State) tea.Cmd func (*Fake) Logs ¶ func (f *Fake) Logs(ctx context.Context, stateChan chan state.State, logChan chan string) tea.Cmd Source Files ¶ View all Source files source.go Click to show internal directories. Click to hide internal directories.