Documentation ¶ Index ¶ func Apply[T any](ops []SetOption[T], o *Options[T]) type Options type SetOption func WithElemValidator[T any](elemVl com.Validator[T]) SetOption[T] func WithLenSer[T any](lenSer muss.Serializer[int]) SetOption[T] Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Apply ¶ func Apply[T any](ops []SetOption[T], o *Options[T]) Types ¶ type Options ¶ type Options[T any] struct { LenSer muss.Serializer[int] ElemVl com.Validator[T] } Options for the array serializer. type SetOption ¶ type SetOption[T any] func(o *Options[T]) func WithElemValidator ¶ func WithElemValidator[T any](elemVl com.Validator[T]) SetOption[T] func WithLenSer ¶ func WithLenSer[T any](lenSer muss.Serializer[int]) SetOption[T] Source Files ¶ View all Source files options.go Click to show internal directories. Click to hide internal directories.