Documentation
¶
Index ¶
Constants ¶
View Source
const ( ANY = iota GET POST )
Variables ¶
This section is empty.
Functions ¶
func GetEnvOrPanic ¶ added in v0.0.4
Types ¶
type EchoRoute ¶ added in v0.0.3
type EchoRoute[T any] struct { Method int Path string F func(*T) EchoRouteFunc }
type EchoRouteFunc ¶ added in v0.0.3
type File ¶ added in v0.0.5
type File[T any] struct { *os.File FileMarshal[T] FileUnmarshal[T] }
func OpenFile ¶ added in v0.0.5
func OpenFile[T any](path string, marshal FileMarshal[T], unmarshal FileUnmarshal[T]) (*File[T], error)
type FileMarshal ¶ added in v0.0.5
type FileUnmarshal ¶ added in v0.0.5
Click to show internal directories.
Click to hide internal directories.