timer

package
v0.32.16 Latest Latest
Warning

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

Go to latest
Published: May 10, 2023 License: Apache-2.0 Imports: 8 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 {
	Astro    astro.Config `yaml:"astro"`
	Named    named.Config `yaml:"named"`
	TimeZone string       `yaml:"timezone" json:"timezone"`
}

type Timer

type Timer struct {
	services.Service

	// gRPC services.
	Astro astro.AstroServer
	Named named.NamedServer
	// contains filtered or unexported fields
}

func New

func New(cfg Config, logger log.Logger, conn *grpc.ClientConn) (*Timer, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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