Custom Types
som.Enum
type Status string
const (
StatusActive Status = "active"
StatusInactive Status = "inactive"
)
func (s Status) Enum() {}som.Email
type User struct {
som.Node[som.ULID]
Email som.Email
}som.Password
Supported Algorithms
Algorithm
Type
Notes
Generated Schema
som.SemVer
Geometry Types
paulmach/orb
peterstace/simplefeatures
twpayne/go-geom
Supported Geometry Types
Type
Description
Slices
Last updated