Documentation ¶ Index ¶ type Base32 func (z *Base32) Exec(c app_control.Control) error func (z *Base32) Preset() func (z *Base32) Test(c app_control.Control) error type Base64 func (z *Base64) Exec(c app_control.Control) error func (z *Base64) Preset() func (z *Base64) Test(c app_control.Control) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Base32 ¶ type Base32 struct { rc_recipe.RemarkTransient Text string NoPadding bool } func (*Base32) Exec ¶ func (z *Base32) Exec(c app_control.Control) error func (*Base32) Preset ¶ func (z *Base32) Preset() func (*Base32) Test ¶ func (z *Base32) Test(c app_control.Control) error type Base64 ¶ type Base64 struct { rc_recipe.RemarkTransient Text string NoPadding bool } func (*Base64) Exec ¶ func (z *Base64) Exec(c app_control.Control) error func (*Base64) Preset ¶ func (z *Base64) Preset() func (*Base64) Test ¶ func (z *Base64) Test(c app_control.Control) error Source Files ¶ View all Source files base32.go base64.go Click to show internal directories. Click to hide internal directories.