Documentation
¶
Index ¶
- Variables
- func NewCertsCmd() *cobra.Command
- func NewGroupMembershipsCmd() *cobra.Command
- func NewGroupsCmd() *cobra.Command
- func NewHealthCmd() *cobra.Command
- func NewKeysCmd() *cobra.Command
- func NewMessagesCmd() *cobra.Command
- func NewOrgMembershipsCmd() *cobra.Command
- func NewOrgsCmd() *cobra.Command
- func NewProfilesCmd() *cobra.Command
- func NewProvisionCmd() *cobra.Command
- func NewThingsCmd() *cobra.Command
- func NewUsersCmd() *cobra.Command
- func NewWebhooksCmd() *cobra.Command
- func SetSDK(s mfxsdk.SDK)
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Limit query parameter Limit uint = 10 // Offset query parameter Offset uint = 0 // Name query parameter Name string = "" // Email query parameter Email string = "" // Metadata query parameter Metadata string = "" // Format query parameter Format string = "" // Subtopic query parameter Subtopic string = "" // RawOutput raw output mode RawOutput bool = false // Publisher query parameter Publisher string = "" // Protocol query parameter Protocol string = "" // From timestamp query parameter (milliseconds) From int64 = 0 // To timestamp query parameter (milliseconds) To int64 = 0 // Dir sort direction query parameter (asc/desc) Dir string = "" // Filter query parameter (JSON messages) Filter string = "" // AggInterval aggregation interval (minute, hour, day, week, month, year) AggInterval string = "" // AggValue aggregation value AggValue uint = 1 // AggType aggregation type (min, max, avg, count) AggType string = "" // AggField aggregation fields (comma-separated) AggField string = "" // SenMLName SenML name filter SenMLName string = "" // SenMLValue SenML numeric value filter SenMLValue float64 = 0 // Comparator comparison operator (eq, lt, le, gt, ge) Comparator string = "" // BoolValue SenML boolean value filter BoolValue bool = false // StringValue SenML string value filter StringValue string = "" // DataValue SenML data value filter DataValue string = "" // ConvertFormat export format (json/csv) ConvertFormat string = "json" // TimeFormat export time format TimeFormat string = "" )
Functions ¶
func NewGroupMembershipsCmd ¶ added in v0.29.0
NewGroupMembershipsCmd returns users command.
func NewOrgMembershipsCmd ¶ added in v0.29.0
NewOrgMembershipsCmd returns users command.
func NewProfilesCmd ¶ added in v0.24.0
NewProfilesCmd returns profiles command.
func NewProvisionCmd ¶
NewProvisionCmd returns provision command.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.