API is struct for accessing calnex API
| 37 | |
| 38 | // API is struct for accessing calnex API |
| 39 | type API struct { |
| 40 | Client *http.Client |
| 41 | source string |
| 42 | } |
| 43 | |
| 44 | // Status is a struct representing Calnex status JSON response |
| 45 | type Status struct { |
nothing calls this directly
no outgoing calls
no test coverage detected