Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewEITDownloadRootFormat ¶
NewEITDownloadRootFormat for formatting output
func NewFullEITDownloadRootFormat ¶
NewFullEITDownloadRootFormat for formatting output
Types ¶
type Context ¶
type Context struct { formatter.HeaderContext formatter.Context // contains filtered or unexported fields }
Context for eit config outputs
func NewEITDownloadRootContext ¶
func NewEITDownloadRootContext() *Context
NewEITDownloadRootContext creates a new context for rendering eit
type FullEITDownloadRootContext ¶
type FullEITDownloadRootContext struct { formatter.HeaderContext formatter.Context // contains filtered or unexported fields }
FullEITDownloadRootContext to render EITDownloadRoot Details output
func NewFullEITDownloadRootContext ¶
func NewFullEITDownloadRootContext() *FullEITDownloadRootContext
NewFullEITDownloadRootContext creates a new context for rendering eit
func (*FullEITDownloadRootContext) MarshalJSON ¶
func (feit *FullEITDownloadRootContext) MarshalJSON() ([]byte, error)
MarshalJSON function
func (*FullEITDownloadRootContext) SetFullEITDownloadRoot ¶
func (feit *FullEITDownloadRootContext) SetFullEITDownloadRoot(eit map[string]interface{})
SetFullEITDownloadRoot initializes the context with the eit data
func (*FullEITDownloadRootContext) Write ¶
func (feit *FullEITDownloadRootContext) Write() error
Write populates the output table to be displayed in the command line
Click to show internal directories.
Click to hide internal directories.