Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Healthplanet struct { ClientID string `yaml:"clientID"` ClientSecret string `yaml:"clientSecret"` } `yaml:"healthplanet"` Fitbit struct { UserID string `yaml:"userID"` ClientID string `yaml:"clientID"` ClientSecret string `yaml:"clientSecret"` } `yaml:"fitbit"` LastInput struct { Fat struct { // 登録日付タイプで登録されたデータをどこまで入れたか AddedDateCase string `yaml:"addedDateCase"` // 測定日付タイプで登録されたデータをどこまで入れたか MeasureDateCase string `yaml:"measureDateCase"` } `yaml:"fat"` Weight struct { // 登録日付タイプで登録されたデータをどこまで入れたか AddedDateCase string `yaml:"addedDateCase"` // 測定日付タイプで登録されたデータをどこまで入れたか MeasureDateCase string `yaml:"measureDateCase"` } `yaml:"weight"` } `yaml:"lastInput"` // contains filtered or unexported fields }
Config has information to communicate healthplanet and fitbit
func (*Config) SetLastDate ¶
SetLastDate set last data # dateType: 0 : 登録日付 1 : 測定日付 # time: e.g. 202012130412 (2020年12月13日4時12分) # tag: 6021 : 体重 6022 : 体脂肪率
Click to show internal directories.
Click to hide internal directories.