Documentation ¶
Index ¶
- Variables
- func Uname(utsname *Utsname) error
- type Array
- type Dict
- func (d Dict) Contains(k string) bool
- func (d Dict) GetBytes(k string, defv []byte) []byte
- func (d Dict) GetInt(k string, defv int) int
- func (d Dict) GetString(k, defv string) string
- func (d Dict) GetUUID(k string) UUID
- func (d Dict) MustGetArray(k string) Array
- func (d Dict) MustGetBytes(k string) []byte
- func (d Dict) MustGetDict(k string) Dict
- func (d Dict) MustGetHexBytes(k string) string
- func (d Dict) MustGetInt(k string) int
- func (d Dict) MustGetUUID(k string) UUID
- type UUID
- type Utsname
- type XPC
- type XpcEventHandler
Constants ¶
This section is empty.
Variables ¶
Functions ¶
Types ¶
type Dict ¶
type Dict map[string]interface{}
a dictionary of things
func (Dict) MustGetArray ¶
func (Dict) MustGetBytes ¶
func (Dict) MustGetDict ¶
func (Dict) MustGetHexBytes ¶
func (Dict) MustGetInt ¶
func (Dict) MustGetUUID ¶
type XPC ¶
type XPC struct {
// contains filtered or unexported fields
}
func XpcConnect ¶
func XpcConnect(service string, eh XpcEventHandler) XPC
type XpcEventHandler ¶
Click to show internal directories.
Click to hide internal directories.