plistutil

package
v1.0.19 Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2024 License: MIT Imports: 4 Imported by: 6

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PlistData

type PlistData map[string]interface{}

PlistData ...

func NewPlistDataFromContent

func NewPlistDataFromContent(plistContent string) (PlistData, error)

NewPlistDataFromContent ...

func NewPlistDataFromFile

func NewPlistDataFromFile(plistPth string) (PlistData, error)

NewPlistDataFromFile ...

func (PlistData) GetBool

func (data PlistData) GetBool(forKey string) (bool, bool)

GetBool ...

func (PlistData) GetByteArrayArray

func (data PlistData) GetByteArrayArray(forKey string) ([][]byte, bool)

GetByteArrayArray ...

func (PlistData) GetFloat64

func (data PlistData) GetFloat64(forKey string) (float64, bool)

GetFloat64 ...

func (PlistData) GetMapStringInterface

func (data PlistData) GetMapStringInterface(forKey string) (PlistData, bool)

GetMapStringInterface ...

func (PlistData) GetMapStringInterfaceArray

func (data PlistData) GetMapStringInterfaceArray(forKey string) ([]PlistData, bool)

GetMapStringInterfaceArray ...

func (PlistData) GetString

func (data PlistData) GetString(forKey string) (string, bool)

GetString ...

func (PlistData) GetStringArray

func (data PlistData) GetStringArray(forKey string) ([]string, bool)

GetStringArray ...

func (PlistData) GetTime

func (data PlistData) GetTime(forKey string) (time.Time, bool)

GetTime ...

func (PlistData) GetUInt64

func (data PlistData) GetUInt64(forKey string) (uint64, bool)

GetUInt64 ...

func (PlistData) GetUInt64Array

func (data PlistData) GetUInt64Array(forKey string) ([]uint64, bool)

GetUInt64Array ...

Jump to

Keyboard shortcuts

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