Documentation ¶
Overview ¶
Package memorystatus
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Ok = MemoryStatus{"ok"} Softlimit = MemoryStatus{"soft_limit"} Hardlimit = MemoryStatus{"hard_limit"} )
Functions ¶
This section is empty.
Types ¶
type MemoryStatus ¶
type MemoryStatus struct {
Name string
}
func (MemoryStatus) MarshalText ¶
func (m MemoryStatus) MarshalText() (text []byte, err error)
func (MemoryStatus) String ¶
func (m MemoryStatus) String() string
func (*MemoryStatus) UnmarshalText ¶
func (m *MemoryStatus) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.