Discover Packages
github.com/brienze1/crypto-robot-operation-hub
internal
operation-hub
integration
dto
package
Version:
v0.1.1
Opens a new window with list of versions in this module.
Published: Sep 19, 2022
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Client struct {
Id string `dynamodbav:"client_id"`
}
type Secrets struct {
Host string `json:"host"`
Port int `json:"port"`
User string `json:"user"`
Password string `json:"password"`
DbName string `json:"db_name"`
}
type Ticker struct {
Symbol string `json:"symbol"`
Price string `json:"price"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.