redtime/api.go

7 lines
93 B
Go

package main
type namedEntry struct {
Id int `json:"id"`
Name string `json:"name"`
}