Documentation ¶
Index ¶
Constants ¶
View Source
const AcceptAbility = "blob/accept"
View Source
const AllocateAbility = "blob/allocate"
Variables ¶
View Source
var Accept = validator.NewCapability( AcceptAbility, schema.DIDString(), AcceptCaveatsReader, validator.DefaultDerives, )
View Source
var AcceptCaveatsReader = schema.Struct[AcceptCaveats](AcceptCaveatsType(), nil, types.Converters...)
View Source
var Allocate = validator.NewCapability( AllocateAbility, schema.DIDString(), AllocateCaveatsReader, validator.DefaultDerives, )
View Source
var AllocateCaveatsReader = schema.Struct[AllocateCaveats](AllocateCaveatsType(), nil, types.Converters...)
Functions ¶
func AcceptCaveatsType ¶
func AcceptOkType ¶
func AllocateCaveatsType ¶
func AllocateOkType ¶
Types ¶
type AcceptCaveats ¶
type AllocateCaveats ¶
type AllocateOk ¶
Click to show internal directories.
Click to hide internal directories.