Documentation ¶
Index ¶
- type Addon
- func (a *Addon) Base64Decode(L *lua.LState) int
- func (a *Addon) Base64Encode(L *lua.LState) int
- func (a *Addon) Convert(L *lua.LState) lua.LValue
- func (a *Addon) Md5Sum(L *lua.LState) int
- func (a *Addon) Sha1Sum(L *lua.LState) int
- func (a *Addon) Sha256Sum(L *lua.LState) int
- func (a *Addon) Sha512Sum(L *lua.LState) int
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Addon ¶
type Addon struct {
Addon *binaryaddon.Addon
}
func Create ¶
func Create(p herbplugin.Plugin) *Addon
Click to show internal directories.
Click to hide internal directories.