Move WissKI Parts to new ingredients system
This commit is contained in:
parent
b5b1ce2340
commit
42b8cbd865
83 changed files with 1016 additions and 646 deletions
10
internal/wisski/liquid/snapshots.go
Normal file
10
internal/wisski/liquid/snapshots.go
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
package liquid
|
||||
|
||||
import "github.com/FAU-CDI/wisski-distillery/internal/models"
|
||||
|
||||
// Snapshots returns the list of snapshots of this WissKI
|
||||
// NOTE(twiesing): Not entirely sure where this should go.
|
||||
// It's not that this is
|
||||
func (liquid *Liquid) Snapshots() (snapshots []models.Export, err error) {
|
||||
return liquid.Malt.ExporterLog.For(liquid.Slug)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue