Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HttpReqFunc ¶
type HttpReqFunc struct{}
type SystemFunc ¶
type SystemFunc struct{}
func (*SystemFunc) Exit ¶
func (s *SystemFunc) Exit(code int)
func (*SystemFunc) GetEnv ¶
func (s *SystemFunc) GetEnv(key string) string
func (*SystemFunc) Info ¶
func (s *SystemFunc) Info() system.Info
func (*SystemFunc) SetEnv ¶
func (s *SystemFunc) SetEnv(key, value string)
func (*SystemFunc) Sleep ¶
func (s *SystemFunc) Sleep(ms int)
func (*SystemFunc) UnsetEnv ¶
func (s *SystemFunc) UnsetEnv(key string)
Click to show internal directories.
Click to hide internal directories.