Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ShellSnippet ¶
type ShellSnippet struct { // Name of ShellSnippet Name string `gorm:"primaryKey"` // Raw Content of This ShellSnippet Content string // Enable this shell snippet if registry sss into .bashrc like rc files. IsEnable bool }
One ShellSnippet struct
func (ShellSnippet) MaskedContent ¶
func (s ShellSnippet) MaskedContent() string
func (ShellSnippet) UniqName ¶
func (s ShellSnippet) UniqName() string
Click to show internal directories.
Click to hide internal directories.