Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DelayedQuit ¶
Types ¶
type LogView ¶
type LogView struct {
// contains filtered or unexported fields
}
func NewLogView ¶
func NewLogView() *LogView
type QuitSignal ¶
type QuitSignal struct{}
type ServiceView ¶
type ServiceView struct {
// contains filtered or unexported fields
}
func NewServiceView ¶
func NewServiceView() *ServiceView
func (*ServiceView) Resize ¶
func (v *ServiceView) Resize(width, height int)
func (*ServiceView) Update ¶
func (v *ServiceView) Update(msg app.ServiceMessage)
func (*ServiceView) UpdateStatus ¶
func (v *ServiceView) UpdateStatus(msg app.ServiceStatus)
func (*ServiceView) View ¶
func (v *ServiceView) View() string
Click to show internal directories.
Click to hide internal directories.