Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeScreenProcess ¶ added in v1.9.6
type FakeScreenProcess struct { }
func (*FakeScreenProcess) Close ¶ added in v1.9.6
func (s *FakeScreenProcess) Close()
func (*FakeScreenProcess) WriteData ¶ added in v1.9.6
func (s *FakeScreenProcess) WriteData(data *ProcessData)
type ProcessBar ¶
type ProcessBar interface { WriteData(data *ProcessData) Close() }
type ProcessData ¶
type ScreenProcess ¶
type ScreenProcess struct { }
func (*ScreenProcess) Close ¶
func (s *ScreenProcess) Close()
func (*ScreenProcess) WriteData ¶
func (s *ScreenProcess) WriteData(data *ProcessData)
Click to show internal directories.
Click to hide internal directories.