Files
HellreigN/agent/internal/models/service.go
T

7 lines
70 B
Go

package models
type Service struct {
Name string
Status string
}