14
matrix.md
Normal file
14
matrix.md
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
|
||||||
|
```go
|
||||||
|
// Matrix defines the structure of the Gemeinwohl-Matrix
|
||||||
|
type Matrix struct {
|
||||||
|
Version string // Semantic Version of the matrix 5.0.0
|
||||||
|
Target string // Unternehmen oder Gemeinde
|
||||||
|
Groups []string // Berührungsgruppen
|
||||||
|
Values []string // Wert
|
||||||
|
Subjects [][]string // Themen
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
## Groups und Values
|
||||||
|
Über diese beiden Slices wird die Matrix definiert.
|
||||||
Reference in New Issue
Block a user