Documentation
¶
Index ¶
Constants ¶
View Source
const ( KongBannerASCII KongBannerType = "ascii" KongBannerBraille KongBannerType = "braille" KongRoarAnimationWidth = 80 KongRoarAnimationHeight = 22 KongRoarAnimationFrameCount = 87 KongRoarAnimationDurationMS = 80 )
Variables ¶
This section is empty.
Functions ¶
func KongRoarAnimationFrames ¶
func RenderKongBannerType ¶
func RenderKongBannerType(w io.Writer, width int, bannerType KongBannerType) error
func RenderLoginBanner ¶
func SupportedKongBannerWidths ¶
func SupportedKongBannerWidths() []int
Types ¶
type KongBannerType ¶
type KongBannerType string
func SupportedKongBannerTypes ¶
func SupportedKongBannerTypes() []KongBannerType
func (KongBannerType) String ¶
func (t KongBannerType) String() string
Click to show internal directories.
Click to hide internal directories.