package only type Only struct { } func NewOnly() *Only { return &Only{} }