massive draft for payment process (UNCOMPLETE)
This commit is contained in:
@@ -11,6 +11,13 @@ import (
|
||||
beego "github.com/beego/beego/v2/server/web"
|
||||
)
|
||||
|
||||
type APIRequest struct {
|
||||
Username string
|
||||
PeerID string
|
||||
Groups []string
|
||||
Caller *HTTPCaller
|
||||
}
|
||||
|
||||
/*
|
||||
* API is the Health Check API
|
||||
* it defines the health check methods
|
||||
|
||||
Reference in New Issue
Block a user