base64

package
v0.31.1 Latest Latest
Warning

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

Go to latest
Published: Nov 16, 2025 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

devtui/internal/base64/base64.go

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Decode

func Decode(encoded string) ([]byte, error)

Decode decodes the given base64 string to bytes

func DecodeToString

func DecodeToString(encoded string) (string, error)

DecodeToString decodes the given base64 string to string

func Encode

func Encode(data []byte) string

Encode encodes the given data to base64 string

func EncodeString

func EncodeString(s string) string

EncodeString encodes the given string to base64 string

Types

This section is empty.

Jump to

Keyboard shortcuts

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