timetable-mgr/src/types/service.go

5 lines
49 B
Go

package types
type Service struct {
id string
}