Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CurrentRotation ¶
func (CurrentRotation) String ¶
func (c CurrentRotation) String() string
type RotationData ¶
type RotationData struct {
Base []string
Rotations map[string]RotationMap
Current CurrentRotation
}
func BumpCurrent ¶
func BumpCurrent(data RotationData) RotationData
func ScanFolder ¶
func ScanFolder(root string) (RotationData, error)
func (RotationData) CurrentRotations ¶
func (data RotationData) CurrentRotations() RotationMap
type RotationMap ¶
Click to show internal directories.
Click to hide internal directories.