Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MembershipRole ¶
type MembershipRole string
const ( Admin MembershipRole = "ADMIN" Member MembershipRole = "MEMBER" )
func Coerce ¶
func Coerce(val any) (MembershipRole, error)
func (MembershipRole) MarshalGQL ¶
func (p MembershipRole) MarshalGQL(w io.Writer)
func (MembershipRole) String ¶
func (p MembershipRole) String() string
func (*MembershipRole) UnmarshalGQL ¶
func (_g *MembershipRole) UnmarshalGQL(val any) error
func (MembershipRole) Values ¶
func (MembershipRole) Values() (kinds []string)
Click to show internal directories.
Click to hide internal directories.