idtypes

package
v0.0.380 Latest Latest
Warning

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

Go to latest
Published: Jun 27, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SerializeToBytes

func SerializeToBytes(msg interface{}) ([]byte, error)

Types

type CatOutputType

type CatOutputType string
const (
	KnownStdout = "fn.console.stdout"
	KnownStderr = "fn.console.stderr"

	CatOutputTool     CatOutputType = "fn.output.tool"
	CatOutputUs       CatOutputType = "fn.output.foundation"
	CatOutputDebug    CatOutputType = "fn.output.debug"
	CatOutputInfo     CatOutputType = "fn.output.info"
	CatOutputWarnings CatOutputType = "fn.output.warnings"
	CatOutputErrors   CatOutputType = "fn.output.errors"
)

type IdAndHash

type IdAndHash struct {
	ID     string
	Digest uint64
}

func IdAndHashFrom

func IdAndHashFrom(id string) IdAndHash

Jump to

Keyboard shortcuts

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