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
16
internal/wisski/liquid/liquid.go
Normal file
16
internal/wisski/liquid/liquid.go
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
// Package liquid provides Liquid
|
||||
package liquid
|
||||
|
||||
import (
|
||||
"github.com/FAU-CDI/wisski-distillery/internal/dis/component/instances/malt"
|
||||
"github.com/FAU-CDI/wisski-distillery/internal/models"
|
||||
)
|
||||
|
||||
// Liquid is the core of a WissKI Instance and used in every ingredient.
|
||||
type Liquid struct {
|
||||
*malt.Malt
|
||||
models.Instance
|
||||
|
||||
DrupalUsername string
|
||||
DrupalPassword string
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue