Documentation
¶
Index ¶
Constants ¶
View Source
const ( DatastoreKind = "gas#esun" DatastoreKey = "expected" )
View Source
const (
ESUNJPY = "ESUN_JPY"
)
ESUNJPY is esun jpy now prcing
View Source
const SendKey = "SEND_KEY"
SendKey is for queue to send mail
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Esun ¶
type Esun struct {
Expected float64 `json:"expected"`
JPY float64 `json:"jpy"`
Err error `json:"-"`
Ctx context.Context `json:"-"`
}
Esun is esun bank
func (*Esun) SetExpected ¶
SetExpected is set expected to memcache
type Expected ¶
type Expected struct {
Expected float64 `json:"expected"`
}
Expected is default expected from Firestore
func (*Expected) GetDatastore ¶
GetDatastore is get from Datastore
func (*Expected) PutDatastore ¶
PutDatastore is store to Datastore
Click to show internal directories.
Click to hide internal directories.