Documentation
¶
Index ¶
- Constants
- Variables
- type Definition
- func Blazegraph(source TemplateSource) Definition
- func Codebase() Definition
- func DerivativeService(name string) Definition
- func DerivativeServices() []Definition
- func ExternalCantaloupe() Definition
- func Fcrepo(source TemplateSource) Definition
- func IIIF(source TemplateSource) Definition
- func IIIFTopology() Definition
- func ISLEEntrypoint() Definition
- func ISLEEntrypointOverride() Definition
- type Dependencies
- type DomainSpec
- type DrupalModuleDependency
- type DrupalModuleDependencyMode
- type FollowUpSpec
- type RepoAsset
- type RuleOp
- type StateGuidance
- type TemplateSource
- type YAMLRule
- type YAMLStateSpec
Constants ¶
View Source
const ( OpSet = corecomponent.OpSet OpDelete = corecomponent.OpDelete OpRestore = corecomponent.OpRestore OpReplace = corecomponent.OpReplace DrupalModuleDependencyStrict = corecomponent.DrupalModuleDependencyStrict DrupalModuleDependencyEnableOnly = corecomponent.DrupalModuleDependencyEnableOnly )
Variables ¶
View Source
var ParseStateOverrides = corecomponent.ParseStateOverrides
Functions ¶
This section is empty.
Types ¶
type Definition ¶
type Definition = corecomponent.Definition
func Blazegraph ¶
func Blazegraph(source TemplateSource) Definition
func Codebase ¶ added in v0.15.0
func Codebase() Definition
func DerivativeService ¶ added in v0.13.0
func DerivativeService(name string) Definition
DerivativeService returns the component definition for one derivative service.
func DerivativeServices ¶ added in v0.13.0
func DerivativeServices() []Definition
DerivativeServices returns component definitions for all derivative services.
func ExternalCantaloupe ¶ added in v0.6.0
func ExternalCantaloupe() Definition
func Fcrepo ¶
func Fcrepo(source TemplateSource) Definition
func IIIF ¶ added in v0.11.0
func IIIF(source TemplateSource) Definition
func IIIFTopology ¶ added in v0.11.0
func IIIFTopology() Definition
func ISLEEntrypoint ¶ added in v0.4.0
func ISLEEntrypoint() Definition
func ISLEEntrypointOverride ¶ added in v0.4.0
func ISLEEntrypointOverride() Definition
type Dependencies ¶
type Dependencies = corecomponent.Dependencies
type DomainSpec ¶
type DomainSpec = corecomponent.DomainSpec
type DrupalModuleDependency ¶
type DrupalModuleDependency = corecomponent.DrupalModuleDependency
type DrupalModuleDependencyMode ¶
type DrupalModuleDependencyMode = corecomponent.DrupalModuleDependencyMode
type FollowUpSpec ¶ added in v0.6.0
type FollowUpSpec = corecomponent.FollowUpSpec
type RepoAsset ¶
type RepoAsset = corecomponent.RepoSource
type RuleOp ¶
type RuleOp = corecomponent.RuleOp
type StateGuidance ¶
type StateGuidance = corecomponent.StateGuidance
type TemplateSource ¶
func (TemplateSource) ComposeAsset ¶
func (s TemplateSource) ComposeAsset(path string) RepoAsset
func (TemplateSource) DrupalAsset ¶
func (s TemplateSource) DrupalAsset(path string) RepoAsset
type YAMLRule ¶
type YAMLRule = corecomponent.YAMLRule
type YAMLStateSpec ¶
type YAMLStateSpec = corecomponent.YAMLStateSpec
Click to show internal directories.
Click to hide internal directories.