From 617cb7c1566449ec10b13adf5ab6f8b718e2f934 Mon Sep 17 00:00:00 2001 From: as27 Date: Sun, 13 Dec 2020 15:53:26 +0100 Subject: [PATCH] --- matrix.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 matrix.md diff --git a/matrix.md b/matrix.md new file mode 100644 index 0000000..9cf36fc --- /dev/null +++ b/matrix.md @@ -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. \ No newline at end of file