package
Version:
v0.0.0-...-15a9a0c
Opens a new window with list of versions in this module.
Published: May 19, 2023
License: BSD-3-Clause
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package entity provides common operations for entities.
CreateOutDir creates an output directory for the entity with the given name.
PreCheck checks the entity is able to run and otherwise reports errors.
type State interface {
DataPath(p string) string
Errorf(fmt string, args ...interface{})
}
State represents state associated with an entity.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.