config

package
v0.0.0-...-5647dd8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 18, 2022 License: MIT Imports: 4 Imported by: 0

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 New

func New(path string) (config Config, err error)

New return config structure

func (*Config) Save

func (c *Config) Save() error

func (*Config) SetLastDate

func (c *Config) SetLastDate(dateType, tag, time string) error

SetLastDate set last data # dateType: 0 : 登録日付 1 : 測定日付 # time: e.g. 202012130412 (2020年12月13日4時12分) # tag: 6021 : 体重 6022 : 体脂肪率

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL