contract

package
v2.26.3 Latest Latest
Warning

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

Go to latest
Published: Dec 15, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Countable

type Countable interface {
	Count() int
}

type Htmlable

type Htmlable interface {
	Html() string
}

type Jsonable

type Jsonable interface {
	Json() string
}

type Renderable

type Renderable interface {
	Render() string
}

type Stringable

type Stringable interface {
	String() string
}

Jump to

Keyboard shortcuts

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