contract

package
v0.9.1 Latest Latest
Warning

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

Go to latest
Published: Jan 8, 2026 License: BSD-3-Clause-LBNL Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	EncodeOperation = "Encode"
	DecodeOperation = "Decode"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type CipherEncoder

type CipherEncoder interface {
	Encode(resourceType domain.ResourceType, b []byte) ([]byte, error)
	Decode(resourceType domain.ResourceType, b []byte) ([]byte, error)
	EncodeValue(b string) (string, error)
	DecodeValue(b string) (string, error)
}

Jump to

Keyboard shortcuts

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