niki/agentapp/service/entity.go

6 lines
48 B
Go

package service
type Agent struct {
ID uint
}