...

Package scimschema

import "github.com/leodido/go-urn/scim/schema"
Overview
Index

Overview ▾

type Type

type Type int
const (
    Unsupported Type = iota
    Schemas
    API
    Param
)

func TypeFromString

func TypeFromString(input string) Type

func (Type) String

func (t Type) String() string