internal

package
v0.1.3 Latest Latest
Warning

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

Go to latest
Published: Jan 23, 2021 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Stack

func Stack() []byte

Types

type Causer

type Causer interface {
	Cause() error
}

type Messager

type Messager interface {
	Message() string
}

type MyStack

type MyStack struct {
	Sum     [16]byte
	Content []byte
}

type RetCoder

type RetCoder interface {
	RetCode() int
}

type RetcodeMessager

type RetcodeMessager interface {
	RetCoder
	Messager
}

type Stacker

type Stacker interface {
	Stack() int
}

Jump to

Keyboard shortcuts

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