import "github.com/leodido/go-urn/scim/schema"
type.go
type Type int
const ( Unsupported Type = iota Schemas API Param )
func TypeFromString(input string) Type
func (t Type) String() string