Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RadarDB ¶
type RadarDB interface { GetPipelineName() string ScopedName(string) string IsPaused() (bool, error) GetConfig() (atc.Config, db.ConfigVersion, bool, error) GetLatestVersionedResource(resource db.SavedResource) (db.SavedVersionedResource, bool, error) GetResource(resourceName string) (db.SavedResource, error) PauseResource(resourceName string) error UnpauseResource(resourceName string) error SaveResourceVersions(atc.ResourceConfig, []atc.Version) error SetResourceCheckError(resource db.SavedResource, err error) error LeaseResourceChecking(resource string, interval time.Duration, immediate bool) (db.Lease, bool, error) }
type ResourceNotConfiguredError ¶
type ResourceNotConfiguredError struct {
ResourceName string
}
func (ResourceNotConfiguredError) Error ¶
func (err ResourceNotConfiguredError) Error() string
Click to show internal directories.
Click to hide internal directories.