base64

package
v0.0.0-...-8b448f3 Latest Latest
Warning

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

Go to latest
Published: Apr 2, 2026 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Base64

type Base64 struct{}

Base64 encoding and decoding

func (Base64) Decode

func (Base64) Decode(call sobek.FunctionCall, rt *sobek.Runtime) (ret sobek.Value)

Decode returns the string decoding of input.

func (Base64) Encode

func (Base64) Encode(input any, skipPadding bool) (string, error)

Encode returns the base64 encoding of input.

func (Base64) EncodeURI

func (Base64) EncodeURI(input any) (string, error)

EncodeURI returns the base64URI encoding of input.

func (Base64) Instantiate

func (b Base64) Instantiate(rt *sobek.Runtime) (sobek.Value, error)

Jump to

Keyboard shortcuts

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