package
Version:
v2.26.3
Opens a new window with list of versions in this module.
Published: Dec 15, 2024
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Countable interface {
Count() int
}
type Htmlable interface {
Html() string
}
type Jsonable interface {
Json() string
}
type Renderable interface {
Render() string
}
type Stringable interface {
String() string
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.