Files
status/modules/queue/dto/ping.go

6 lines
75 B
Go

package dto
type PingMessage struct {
ServiceID int `json:"serviceID"`
}