antieffort

package
v0.0.0-...-b0a87dc Latest Latest
Warning

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

Go to latest
Published: Aug 26, 2022 License: AGPL-3.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AntiEffortModel

type AntiEffortModel struct {
	UpdateTime string                `json:"update_time"`
	Data       []AntiEffortUserModel `json:"data"`
}

type AntiEffortUpdateDataMap

type AntiEffortUpdateDataMap struct {
	LastSevenDaysCount float64 `json:"last_7_days_count"`
	RecentCount        float64 `json:"recent_count"`
}

type AntiEffortUserModel

type AntiEffortUserModel struct {
	UserID             int64   `json:"user_id"`
	UserNickname       string  `json:"user_nickname"`
	WakaUserID         string  `json:"w_user_id"`
	WakaURL            string  `json:"waka_url"`
	LastSevenDaysCount float64 `json:"last_7_days_count"`
	RecentCount        float64 `json:"recent_count"`
}

type WakatimeShareEmbadData

type WakatimeShareEmbadData struct {
	Data []struct {
		GrandTotal struct {
			Decimal      string  `json:"decimal"`
			Digital      string  `json:"digital"`
			Hours        int     `json:"hours"`
			Minutes      int     `json:"minutes"`
			Text         string  `json:"text"`
			TotalSeconds float64 `json:"total_seconds"`
		} `json:"grand_total"`
		Range struct {
			Date     string    `json:"date"`
			End      time.Time `json:"end"`
			Start    time.Time `json:"start"`
			Text     string    `json:"text"`
			Timezone string    `json:"timezone"`
		} `json:"range"`
	} `json:"data"`
}

Jump to

Keyboard shortcuts

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