smon/problem.go

21 lines
262 B
Go
Raw Normal View History

2024-04-29 08:36:13 +02:00
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
}
*/