Documentation ¶ Rendered for linux/amd64 windows/amd64 darwin/amd64 js/wasm Index ¶ func Run(prog *tea.Program, svc *Service) (tea.Model, error) type Service func New(send func(tea.Msg)) (*Service, error) func (s *Service) Close() func (s *Service) Seeked(position time.Duration) func (s *Service) Update(state playback.State) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Run ¶ func Run(prog *tea.Program, svc *Service) (tea.Model, error) Types ¶ type Service ¶ type Service struct { // contains filtered or unexported fields } func New ¶ func New(send func(tea.Msg)) (*Service, error) func (*Service) Close ¶ func (s *Service) Close() func (*Service) Seeked ¶ func (s *Service) Seeked(position time.Duration) func (*Service) Update ¶ func (s *Service) Update(state playback.State) Source Files ¶ View all Source files metadata.goservice_linux.govolume.go Click to show internal directories. Click to hide internal directories.