Documentation ¶
Index ¶
Constants ¶
View Source
const ( Created = "created" Deleted = "deleted" Updated = "updated" )
Variables ¶
This section is empty.
Functions ¶
func FormatAndPrint ¶ added in v1.30.0
FormatAndPrint formats and prints a message indicating the success of an operation, with or without style, depending on the color configuration.
Types ¶
type ErrorOutput ¶
type ErrorOutput struct { GeneralOutput GeneralOutput Err error }
func (*ErrorOutput) Output ¶
func (o *ErrorOutput) Output() error
type GeneralOutput ¶
func (*GeneralOutput) Output ¶
func (o *GeneralOutput) Output()
Click to show internal directories.
Click to hide internal directories.