Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // id is the RPC service ID. Id string // description of the item. Description string // priority is the priority of the item. Priority uint8 // amount of request per minute RequestsPerMinute uint16 }
Config is the configuration of an pool item.
type Item ¶
type Item struct { // Id is the item ID. Id string // description of the item. Description string // contains filtered or unexported fields }
Item defines the item of the pool.
Click to show internal directories.
Click to hide internal directories.