nip/internal/proto/proto.go

12 lines
124 B
Go
Raw Permalink Normal View History

2024-08-25 18:57:31 +08:00
package proto
type Request struct {
Target string
Token string
}
type Response struct {
Code int
Message string
}