Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Settings ¶ added in v0.0.23
type Settings struct {
	Enabled       bool   `bson:"enabled" json:"enabled" mapstructure:"enabled"`
	ServerHost    string `bson:"server_host" json:"server_host" mapstructure:"server_host"`
	Token         string `bson:"token" json:"token" mapstructure:"token"`
	SyncInterval  int64  `json:"sync_interval" bson:"sync_interval"`
	BufferSize    int64  `json:"buffer_size" bson:"buffer_size"`
	SyncSales     bool   `json:"sync_sales" bson:"sync_sales"`
	SyncInventory bool   `json:"sync_inventory" bson:"sync_inventory"`
}
     Click to show internal directories. 
   Click to hide internal directories.