Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
BASE64 *base64.Encoding = base64.RawURLEncoding
)
Functions ¶
This section is empty.
Types ¶
type TaggedBase64 ¶
type TaggedBase64 struct {
// contains filtered or unexported fields
}
func Parse ¶
func Parse(s string) (*TaggedBase64, error)
func (*TaggedBase64) MarshalJSON ¶
func (t *TaggedBase64) MarshalJSON() ([]byte, error)
func (*TaggedBase64) String ¶
func (t *TaggedBase64) String() string
func (*TaggedBase64) Tag ¶
func (t *TaggedBase64) Tag() string
func (*TaggedBase64) UnmarshalJSON ¶
func (t *TaggedBase64) UnmarshalJSON(in []byte) error
func (*TaggedBase64) Value ¶
func (t *TaggedBase64) Value() []byte
Click to show internal directories.
Click to hide internal directories.