clock

package
v0.0.0-...-4db77b6 Latest Latest
Warning

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

Go to latest
Published: Mar 31, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClockManager

type ClockManager struct{}

func NewClockManager

func NewClockManager() *ClockManager

func (*ClockManager) GetNow

func (m *ClockManager) GetNow() time.Time

type IClockManager

type IClockManager interface {
	// 現在時刻を取得する
	GetNow() time.Time
}

時刻を操作する

Jump to

Keyboard shortcuts

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