mirror of
https://github.com/akyaiy/GoSally-mvp.git
synced 2026-01-06 05:52:25 +00:00
Initial commit: not functional
This commit is contained in:
8
core/general_server/issue.go
Normal file
8
core/general_server/issue.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package general_server
|
||||
|
||||
const (
|
||||
IssueMethod = "invalid request method"
|
||||
IssueToReadBody = "unable to read body"
|
||||
InvalidProtocol = "unknown protocol or missing PettiVer field"
|
||||
InvalidProtovolVersion = "unsupported PETTI version"
|
||||
)
|
||||
Reference in New Issue
Block a user