feat: Add check service (WIP)
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
package model
|
||||
|
||||
type HTTPConfig struct {
|
||||
Authorization string `json:"authorization"`
|
||||
Method string `json:"method"`
|
||||
Headers map[string]string `json:"headers"`
|
||||
}
|
||||
|
||||
type ServiceTypeCheckConfig struct {
|
||||
|
||||
Reference in New Issue
Block a user