工具基本实现write功能
This commit is contained in:
16
pkg/saashttp/cfg.go
Normal file
16
pkg/saashttp/cfg.go
Normal file
@@ -0,0 +1,16 @@
|
||||
package saashttp
|
||||
|
||||
type ApiUrls struct {
|
||||
BaseUrl string
|
||||
WritePath string
|
||||
ReadPath string
|
||||
ColumnWritePath string
|
||||
TaskListPath string
|
||||
TaskCancelPath string
|
||||
TaskDetailPath string
|
||||
}
|
||||
|
||||
type Auth struct {
|
||||
Account string
|
||||
Token string
|
||||
}
|
||||
Reference in New Issue
Block a user