feat: update collect and new send cmd

This commit is contained in:
David Allen 2025-04-22 17:56:22 -06:00
parent 6bcfea2803
commit 1b173a8339
Signed by: towk
GPG key ID: 0430CDBE22619155
3 changed files with 77 additions and 12 deletions

View file

@ -26,6 +26,11 @@ import (
"github.com/spf13/viper"
)
const (
FORMAT_JSON = "json"
FORMAT_YAML = "yaml"
)
var (
currentUser *user.User
accessToken string