smon/problem.go
2024-04-29 08:36:13 +02:00

21 lines
262 B
Go

package main
import (
// External
// we "git.gibonuddevalla.se/go/wrappederror"
// Standard
// "encoding/json"
)
/*
type Problem struct {
ID int
Name string
SectionID int
Expression string
DatapointNames []string
}
*/