Documentation ¶
Index ¶
- Variables
- func Join(in any) error
- func LoadEdges(in reflect.Type) [][2]int
- func NewJoin[T any](in T) (*T, error)
- func NextTimeDuration(hour, min, sec int) time.Duration
- func ParseEdges(elem reflect.Type) (edges [][2]int)
- func Shell(s string, dir string, keep bool) ([]string, error)
- func SplitLines(s string) (r []string)
- func StrToAny(conds []string) []any
- type DateHook
- type Node
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidName = errors.New("webhook/utils: invalid join tag value") ErrNotPointer = errors.New("webhook/utils: value must be a pointer to struct") )
Functions ¶
func NextTimeDuration ¶ added in v0.15.0
func ParseEdges ¶ added in v0.15.0
func SplitLines ¶ added in v0.14.0
Types ¶
Click to show internal directories.
Click to hide internal directories.