nip/internal/proto/proto.go

12 lines
124 B
Go

package proto
type Request struct {
Target string
Token string
}
type Response struct {
Code int
Message string
}