worldclock

package
v0.0.0-...-eb4b608 Latest Latest
Warning

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

Go to latest
Published: Oct 20, 2023 License: Unlicense Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConvertedTime

type ConvertedTime struct {
	LocalTime           string `json:"localTime"`
	UtcOffsetWithDst    string `json:"utcOffsetWithDst"`
	TimeZoneDisplayName string `json:"timeZoneDisplayName"`
	TimeZoneDisplayAbbr string `json:"timeZoneDisplayAbbr"`
}

func (*ConvertedTime) ParsedTime

func (c *ConvertedTime) ParsedTime() (time.Time, error)

func (*ConvertedTime) UtcOffsetWithDstFormatted

func (c *ConvertedTime) UtcOffsetWithDstFormatted() string

type Plugin

type Plugin struct {
	// contains filtered or unexported fields
}

func New

func New(credentialService model.CredentialService) *Plugin

func (*Plugin) Commands

func (p *Plugin) Commands() []telebot.Command

func (*Plugin) Handlers

func (p *Plugin) Handlers(botInfo *telebot.User) []plugin.Handler

func (*Plugin) Name

func (p *Plugin) Name() string

type Response

type Response struct {
	ResourceSets []struct {
		EstimatedTotal int `json:"estimatedTotal"`
		Resources      []struct {
			TimeZoneAtLocation []struct {
				PlaceName string `json:"placeName"`
				TimeZone  []struct {
					Abbreviation   string        `json:"abbreviation"`
					IanaTimeZoneId string        `json:"ianaTimeZoneId"`
					ConvertedTime  ConvertedTime `json:"convertedTime"`
				} `json:"timeZone"`
			} `json:"timeZoneAtLocation"`
		} `json:"resources"`
	} `json:"resourceSets"`
	StatusCode        int    `json:"statusCode"`
	StatusDescription string `json:"statusDescription"`
}

Jump to

Keyboard shortcuts

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