Documentation ¶
Index ¶
Constants ¶
View Source
const (
BASE64CHAR = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PseudoBase64 ¶
type PseudoBase64 struct {
// contains filtered or unexported fields
}
func NewBase64 ¶
func NewBase64(encoder string) PseudoBase64
func NewPseudoBase64 ¶
func NewPseudoBase64(seed int64) PseudoBase64
func (PseudoBase64) Encode ¶
func (codec PseudoBase64) Encode(s string) string
Click to show internal directories.
Click to hide internal directories.