decode

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 14, 2022 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DE

type DE struct {
	S string
}

func (*DE) ForAll

func (d *DE) ForAll()

func (*DE) FromBase64

func (d *DE) FromBase64()

func (*DE) FromBin

func (d *DE) FromBin()

func (*DE) FromDec

func (d *DE) FromDec()

func (*DE) FromHTML

func (d *DE) FromHTML()

func (*DE) FromHex

func (d *DE) FromHex()

func (*DE) FromURL

func (d *DE) FromURL()

type DecodeMethods

type DecodeMethods interface {
	FromURL()
	FromHTML()
	FromBase64()
	FromHex()
	FromBin()
	FromDec()
	ForAll()
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL