Documentation
¶
Index ¶
Constants ¶
View Source
const Filename = ".patterner.yml"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type InsecureAuthorization ¶
type InsecureAuthorization struct {
Enabled bool `default:"true" yaml:"enabled,omitempty"`
}
type Metrics ¶ added in v0.6.0
type Metrics struct {
Octocov Octocov `yaml:"octocov,omitempty,omitzero"`
}
type MultipleMutations ¶
type MultipleMutations struct {
Enabled bool `default:"true" yaml:"enabled,omitempty"`
}
type Octocov ¶ added in v0.6.0
type Octocov struct {
Acceptables []string `yaml:"acceptables,omitempty"`
}
type Pipeline ¶
type Pipeline struct {
DeprecatedFeature PipelineDeprecatedFeature `yaml:"deprecatedFeature,omitempty,omitzero"`
InsecureAuthorization InsecureAuthorization `yaml:"insecureAuthorization,omitempty,omitzero"`
StepCount StepCount `yaml:"stepCount,omitempty,omitzero"`
MultipleMutations MultipleMutations `yaml:"multipleMutations,omitempty,omitzero"`
QueryBeforeMutation QueryBeforeMutation `yaml:"queryBeforeMutation,omitempty,omitzero"`
}
type QueryBeforeMutation ¶
type QueryBeforeMutation struct {
Enabled bool `default:"true" yaml:"enabled,omitempty"`
}
type StateFlow ¶
type StateFlow struct {
DeprecatedFeature StateFlowDeprecatedFeature `yaml:"deprecatedFeature,omitempty,omitzero"`
}
type StateFlowDeprecatedFeature ¶
type StateFlowDeprecatedFeature struct {
Enabled bool `default:"true" yaml:"enabled,omitempty"`
}
type TailorDB ¶
type TailorDB struct {
DeprecatedFeature TailorDBDeprecatedFeature `yaml:"deprecatedFeature,omitempty,omitzero"`
}
type TailorDBDeprecatedFeature ¶
type TailorDBDeprecatedFeature struct {
Enabled bool `default:"true" yaml:"enabled,omitempty"`
AllowDraft bool `default:"false" yaml:"allowDraft,omitempty"`
AllowCELHooks bool `default:"false" yaml:"allowCELHooks,omitempty"`
AllowTypePermission bool `default:"false" yaml:"allowTypePermission,omitempty"`
AllowRecordPermission bool `default:"false" yaml:"allowRecordPermission,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.