Documentation
¶
Overview ¶
devtui/tui/base64-encoder/main.go
Index ¶
Constants ¶
View Source
const Title = "Base64 Encoder"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Base64Model ¶
type Base64Model struct {
ui.BasePagerModel
}
func NewBase64Model ¶
func NewBase64Model(common *ui.CommonModel) Base64Model
func (Base64Model) Init ¶
func (m Base64Model) Init() tea.Cmd
func (*Base64Model) SetContent ¶
func (m *Base64Model) SetContent(content string) error
func (Base64Model) View ¶
func (m Base64Model) View() string
Click to show internal directories.
Click to hide internal directories.