mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-20 03:27:03 -07:00
feat: update collect and new send cmd
This commit is contained in:
parent
6bcfea2803
commit
1b173a8339
3 changed files with 77 additions and 12 deletions
|
|
@ -26,6 +26,11 @@ import (
|
|||
"github.com/spf13/viper"
|
||||
)
|
||||
|
||||
const (
|
||||
FORMAT_JSON = "json"
|
||||
FORMAT_YAML = "yaml"
|
||||
)
|
||||
|
||||
var (
|
||||
currentUser *user.User
|
||||
accessToken string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue