Documentation ¶
Index ¶
- Variables
- type Obscure
- func (p *Obscure) Decode(dst, src []byte) (n int, err error)
- func (p *Obscure) DecodeBytes(src []byte) ([]byte, error)
- func (p *Obscure) DecodeID(src []byte) (int64, error)
- func (p *Obscure) DecodeString(src string) ([]byte, error)
- func (p *Obscure) DecodedLen(n int) int
- func (p *Obscure) Encode(dst, src []byte)
- func (p *Obscure) EncodeID(id int64) []byte
- func (p *Obscure) EncodeToBytes(src []byte) []byte
- func (p *Obscure) EncodeToString(src []byte) string
- func (p *Obscure) EncodedLen(n int) int
- func (p *Obscure) Index() string
- func (p *Obscure) Table() [61]string
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrInvalidInput = errors.New("obscure: invalid input")
Functions ¶
This section is empty.
Types ¶
type Obscure ¶
type Obscure struct {
// contains filtered or unexported fields
}
func (*Obscure) DecodedLen ¶
func (*Obscure) EncodeToBytes ¶
func (*Obscure) EncodeToString ¶
func (*Obscure) EncodedLen ¶
Click to show internal directories.
Click to hide internal directories.