Documentation
      ¶
    
    
  
    
  
    Index ¶
- Variables
 - func AccountLineItemsInit()
 - func ActionNotificationExportResultsInit()
 - func ActionNotificationExportsInit()
 - func ActionsInit()
 - func ApiKeysInit()
 - func AppsInit()
 - func As2KeysInit()
 - func AutomationsInit()
 - func AutosInit()
 - func BandwidthSnapshotsInit()
 - func BehaviorsInit()
 - func BundleDownloadsInit()
 - func BundleRecipientsInit()
 - func BundleRegistrationsInit()
 - func BundlesInit()
 - func ClickwrapsInit()
 - func ConfigInit()
 - func DnsRecordsInit()
 - func DownloadCmd() *cobra.Command
 - func ErrorsInit()
 - func ExternalEventsInit()
 - func FileActionsInit()
 - func FileCommentReactionsInit()
 - func FileCommentsInit()
 - func FileUploadPartsInit()
 - func FilesInit()
 - func FoldersInit()
 - func FormFieldSetsInit()
 - func FormFieldsInit()
 - func GroupUsersInit()
 - func GroupsInit()
 - func HistoriesInit()
 - func HistoryExportResultsInit()
 - func HistoryExportsInit()
 - func ImagesInit()
 - func InboxRecipientsInit()
 - func InboxRegistrationsInit()
 - func InboxUploadsInit()
 - func InvoiceLineItemsInit()
 - func InvoicesInit()
 - func IpAddressesInit()
 - func LocksInit()
 - func MessageCommentReactionsInit()
 - func MessageCommentsInit()
 - func MessageReactionsInit()
 - func MessagesInit()
 - func NotificationsInit()
 - func PaymentLineItemsInit()
 - func PaymentsInit()
 - func PermissionsInit()
 - func PreviewsInit()
 - func ProjectsInit()
 - func PublicIpAddressesInit()
 - func PublicKeysInit()
 - func RemoteServersInit()
 - func RequestsInit()
 - func SessionsInit()
 - func SettingsChangesInit()
 - func SitesInit()
 - func SsoStrategiesInit()
 - func StatusesInit()
 - func StylesInit()
 - func SyncJobsInit()
 - func UploadCmd() *cobra.Command
 - func UsageDailySnapshotsInit()
 - func UsageSnapshotsInit()
 - func UserCipherUsesInit()
 - func UserRequestsInit()
 - func UsersInit()
 - func VersionCmd(Version string) *cobra.Command
 - func WebhookTestsInit()
 
Constants ¶
This section is empty.
Variables ¶
      View Source
      
  
    var (
	AccountLineItems = &cobra.Command{}
)
    
      View Source
      
  
    var (
	ActionNotificationExportResults = &cobra.Command{}
)
    
      View Source
      
  
    var (
	ActionNotificationExports = &cobra.Command{}
)
    
      View Source
      
  
    var (
	Actions = &cobra.Command{}
)
    
      View Source
      
  
    var (
	ApiKeys = &cobra.Command{}
)
    
      View Source
      
  
    var (
	Apps = &cobra.Command{}
)
    
      View Source
      
  
    var (
	As2Keys = &cobra.Command{}
)
    
      View Source
      
  
    var (
	Automations = &cobra.Command{}
)
    
      View Source
      
  
    var (
	Autos = &cobra.Command{}
)
    
      View Source
      
  
    var (
	BandwidthSnapshots = &cobra.Command{}
)
    
      View Source
      
  
    var (
	Behaviors = &cobra.Command{}
)
    
      View Source
      
  
    var (
	BundleDownloads = &cobra.Command{}
)
    
      View Source
      
  
    var (
	BundleRecipients = &cobra.Command{}
)
    
      View Source
      
  
    var (
	BundleRegistrations = &cobra.Command{}
)
    
      View Source
      
  
    var (
	Bundles = &cobra.Command{}
)
    
      View Source
      
  
    var (
	Clickwraps = &cobra.Command{}
)
    
      View Source
      
  
    var ( Config = &cobra.Command{ Use: "config", Args: cobra.ExactArgs(0), Run: func(cmd *cobra.Command, args []string) {}, } )
      View Source
      
  
    var (
	DnsRecords = &cobra.Command{}
)
    
      View Source
      
  
    var (
	Errors = &cobra.Command{}
)
    
      View Source
      
  
    var (
	ExternalEvents = &cobra.Command{}
)
    
      View Source
      
  
    var (
	FileActions = &cobra.Command{}
)
    
      View Source
      
  
    var (
	FileCommentReactions = &cobra.Command{}
)
    
      View Source
      
  
    var (
	FileComments = &cobra.Command{}
)
    
      View Source
      
  
    var (
	FileUploadParts = &cobra.Command{}
)
    
      View Source
      
  
    var (
	Files = &cobra.Command{}
)
    
      View Source
      
  
    var (
	Folders = &cobra.Command{}
)
    
      View Source
      
  
    var (
	FormFieldSets = &cobra.Command{}
)
    
      View Source
      
  
    var (
	FormFields = &cobra.Command{}
)
    
      View Source
      
  
    var (
	GroupUsers = &cobra.Command{}
)
    
      View Source
      
  
    var (
	Groups = &cobra.Command{}
)
    
      View Source
      
  
    var (
	Histories = &cobra.Command{}
)
    
      View Source
      
  
    var (
	HistoryExportResults = &cobra.Command{}
)
    
      View Source
      
  
    var (
	HistoryExports = &cobra.Command{}
)
    
      View Source
      
  
    var (
	Images = &cobra.Command{}
)
    
      View Source
      
  
    var (
	InboxRecipients = &cobra.Command{}
)
    
      View Source
      
  
    var (
	InboxRegistrations = &cobra.Command{}
)
    
      View Source
      
  
    var (
	InboxUploads = &cobra.Command{}
)
    
      View Source
      
  
    var (
	InvoiceLineItems = &cobra.Command{}
)
    
      View Source
      
  
    var (
	Invoices = &cobra.Command{}
)
    
      View Source
      
  
    var (
	IpAddresses = &cobra.Command{}
)
    
      View Source
      
  
    var (
	Locks = &cobra.Command{}
)
    
      View Source
      
  
    var LogOut = &cobra.Command{ Use: "logout", Args: cobra.ExactArgs(0), Run: func(cmd *cobra.Command, args []string) { _, err := session.Delete() if err != nil { fmt.Println(err) os.Exit(1) } config := lib.Config{} err = config.Load() if err != nil { fmt.Println(err) os.Exit(1) } config.SessionId = "" config.Save() }, }
      View Source
      
  
    var Login = &cobra.Command{ Use: "login", Args: cobra.ExactArgs(0), Run: func(cmd *cobra.Command, args []string) { config := &lib.Config{} err := config.Load() if err != nil { fmt.Println(err) os.Exit(1) } err = lib.CreateSession(files.SessionCreateParams{}, *config) if err != nil { fmt.Println(err) os.Exit(1) } }, }
      View Source
      
  
    var (
	MessageCommentReactions = &cobra.Command{}
)
    
      View Source
      
  
    var (
	MessageComments = &cobra.Command{}
)
    
      View Source
      
  
    var (
	MessageReactions = &cobra.Command{}
)
    
      View Source
      
  
    var (
	Messages = &cobra.Command{}
)
    
      View Source
      
  
    var (
	Notifications = &cobra.Command{}
)
    
      View Source
      
  
    var (
	PaymentLineItems = &cobra.Command{}
)
    
      View Source
      
  
    var (
	Payments = &cobra.Command{}
)
    
      View Source
      
  
    var (
	Permissions = &cobra.Command{}
)
    
      View Source
      
  
    var (
	Previews = &cobra.Command{}
)
    
      View Source
      
  
    var (
	Projects = &cobra.Command{}
)
    
      View Source
      
  
    var (
	PublicIpAddresses = &cobra.Command{}
)
    
      View Source
      
  
    var (
	PublicKeys = &cobra.Command{}
)
    
      View Source
      
  
    var (
	RemoteServers = &cobra.Command{}
)
    
      View Source
      
  
    var (
	Requests = &cobra.Command{}
)
    
      View Source
      
  
    var (
	Sessions = &cobra.Command{}
)
    
      View Source
      
  
    var (
	SettingsChanges = &cobra.Command{}
)
    
      View Source
      
  
    var (
	Sites = &cobra.Command{}
)
    
      View Source
      
  
    var (
	SsoStrategies = &cobra.Command{}
)
    
      View Source
      
  
    var (
	Statuses = &cobra.Command{}
)
    
      View Source
      
  
    var (
	Styles = &cobra.Command{}
)
    
      View Source
      
  
    var (
	SyncJobs = &cobra.Command{}
)
    
      View Source
      
  
    var (
	UsageDailySnapshots = &cobra.Command{}
)
    
      View Source
      
  
    var (
	UsageSnapshots = &cobra.Command{}
)
    
      View Source
      
  
    var (
	UserCipherUses = &cobra.Command{}
)
    
      View Source
      
  
    var (
	UserRequests = &cobra.Command{}
)
    
      View Source
      
  
    var (
	Users = &cobra.Command{}
)
    
      View Source
      
  
var (
	WebhookTests = &cobra.Command{}
)
    Functions ¶
func AccountLineItemsInit ¶
func AccountLineItemsInit()
func ActionNotificationExportResultsInit ¶ added in v1.0.843
func ActionNotificationExportResultsInit()
func ActionNotificationExportsInit ¶ added in v1.0.843
func ActionNotificationExportsInit()
func ActionsInit ¶
func ActionsInit()
func ApiKeysInit ¶
func ApiKeysInit()
func As2KeysInit ¶
func As2KeysInit()
func AutomationsInit ¶
func AutomationsInit()
func BandwidthSnapshotsInit ¶ added in v1.0.2
func BandwidthSnapshotsInit()
func BehaviorsInit ¶
func BehaviorsInit()
func BundleDownloadsInit ¶
func BundleDownloadsInit()
func BundleRecipientsInit ¶
func BundleRecipientsInit()
func BundleRegistrationsInit ¶ added in v1.0.127
func BundleRegistrationsInit()
func BundlesInit ¶
func BundlesInit()
func ClickwrapsInit ¶
func ClickwrapsInit()
func ConfigInit ¶ added in v1.0.170
func ConfigInit()
func DnsRecordsInit ¶
func DnsRecordsInit()
func DownloadCmd ¶ added in v1.0.25
func ErrorsInit ¶
func ErrorsInit()
func ExternalEventsInit ¶ added in v1.0.18
func ExternalEventsInit()
func FileActionsInit ¶
func FileActionsInit()
func FileCommentReactionsInit ¶
func FileCommentReactionsInit()
func FileCommentsInit ¶
func FileCommentsInit()
func FileUploadPartsInit ¶ added in v1.0.31
func FileUploadPartsInit()
func FoldersInit ¶
func FoldersInit()
func FormFieldSetsInit ¶ added in v1.0.127
func FormFieldSetsInit()
func FormFieldsInit ¶ added in v1.0.127
func FormFieldsInit()
func GroupUsersInit ¶
func GroupUsersInit()
func GroupsInit ¶
func GroupsInit()
func HistoriesInit ¶
func HistoriesInit()
func HistoryExportResultsInit ¶ added in v1.0.5
func HistoryExportResultsInit()
func HistoryExportsInit ¶
func HistoryExportsInit()
func ImagesInit ¶
func ImagesInit()
func InboxRecipientsInit ¶ added in v1.0.150
func InboxRecipientsInit()
func InboxRegistrationsInit ¶ added in v1.0.127
func InboxRegistrationsInit()
func InboxUploadsInit ¶ added in v1.0.127
func InboxUploadsInit()
func InvoiceLineItemsInit ¶
func InvoiceLineItemsInit()
func InvoicesInit ¶
func InvoicesInit()
func IpAddressesInit ¶
func IpAddressesInit()
func MessageCommentReactionsInit ¶
func MessageCommentReactionsInit()
func MessageCommentsInit ¶
func MessageCommentsInit()
func MessageReactionsInit ¶
func MessageReactionsInit()
func MessagesInit ¶
func MessagesInit()
func NotificationsInit ¶
func NotificationsInit()
func PaymentLineItemsInit ¶
func PaymentLineItemsInit()
func PaymentsInit ¶
func PaymentsInit()
func PermissionsInit ¶
func PermissionsInit()
func PreviewsInit ¶
func PreviewsInit()
func ProjectsInit ¶
func ProjectsInit()
func PublicIpAddressesInit ¶
func PublicIpAddressesInit()
func PublicKeysInit ¶
func PublicKeysInit()
func RemoteServersInit ¶
func RemoteServersInit()
func RequestsInit ¶
func RequestsInit()
func SessionsInit ¶
func SessionsInit()
func SettingsChangesInit ¶
func SettingsChangesInit()
func SsoStrategiesInit ¶
func SsoStrategiesInit()
func StatusesInit ¶
func StatusesInit()
func StylesInit ¶
func StylesInit()
func SyncJobsInit ¶ added in v1.0.644
func SyncJobsInit()
func UsageDailySnapshotsInit ¶
func UsageDailySnapshotsInit()
func UsageSnapshotsInit ¶
func UsageSnapshotsInit()
func UserCipherUsesInit ¶
func UserCipherUsesInit()
func UserRequestsInit ¶
func UserRequestsInit()
func VersionCmd ¶ added in v1.0.25
func WebhookTestsInit ¶ added in v1.0.502
func WebhookTestsInit()
Types ¶
This section is empty.
      
      Source Files
      ¶
    
- accountlineitems.go
 - actionnotificationexportresults.go
 - actionnotificationexports.go
 - actions.go
 - apikeys.go
 - apps.go
 - as2keys.go
 - automations.go
 - autos.go
 - bandwidthsnapshots.go
 - behaviors.go
 - bundledownloads.go
 - bundlerecipients.go
 - bundleregistrations.go
 - bundles.go
 - clickwraps.go
 - config.go
 - dnsrecords.go
 - download.go
 - errors.go
 - externalevents.go
 - fileactions.go
 - filecommentreactions.go
 - filecomments.go
 - files.go
 - fileuploadparts.go
 - folders.go
 - formfields.go
 - formfieldsets.go
 - groups.go
 - groupusers.go
 - histories.go
 - historyexportresults.go
 - historyexports.go
 - images.go
 - inboxrecipients.go
 - inboxregistrations.go
 - inboxuploads.go
 - invoicelineitems.go
 - invoices.go
 - ipaddresses.go
 - locks.go
 - login.go
 - logout.go
 - messagecommentreactions.go
 - messagecomments.go
 - messagereactions.go
 - messages.go
 - notifications.go
 - paymentlineitems.go
 - payments.go
 - permissions.go
 - previews.go
 - projects.go
 - publicipaddresses.go
 - publickeys.go
 - remoteservers.go
 - requests.go
 - sessions.go
 - settingschanges.go
 - sites.go
 - ssostrategies.go
 - statuses.go
 - styles.go
 - syncjobs.go
 - upload.go
 - usagedailysnapshots.go
 - usagesnapshots.go
 - usercipheruses.go
 - userrequests.go
 - users.go
 - version.go
 - webhooktests.go
 
 Click to show internal directories. 
   Click to hide internal directories.