mirror of
https://github.com/akyaiy/GoSally-mvp.git
synced 2026-01-03 08:12:25 +00:00
9 lines
258 B
Go
9 lines
258 B
Go
package general_server
|
|
|
|
const (
|
|
IssueMethod = "invalid request method"
|
|
IssueToReadBody = "unable to read body"
|
|
InvalidProtocol = "unknown protocol or missing PettiVer field"
|
|
InvalidProtovolVersion = "unsupported PETTI version"
|
|
)
|