Documentation
¶
Index ¶
Constants ¶
View Source
const NUEIP_URL string = "https://portal.nueip.com/login"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PunchStatus ¶
type PunchStatus string
const ( PunchIn PunchStatus = "in" PunchOut PunchStatus = "out" DefaultTimeout = 10 * time.Second )
func (PunchStatus) IsValid ¶
func (p PunchStatus) IsValid() bool
Click to show internal directories.
Click to hide internal directories.