nskeyedarchiver

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Jun 26, 2023 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Marshal

func Marshal(obj interface{}) (raw []byte, err error)

Types

type NSArray

type NSArray struct {
	// contains filtered or unexported fields
}

func NewNSArray

func NewNSArray(value []interface{}) *NSArray

type NSDictionary

type NSDictionary struct {
	// contains filtered or unexported fields
}

func NewNSDictionary

func NewNSDictionary(value map[string]interface{}) *NSDictionary

type NSNull

type NSNull struct {
}

func NewNSNull

func NewNSNull() *NSNull

type NSURL

type NSURL struct {
	// contains filtered or unexported fields
}

func NewNSURL

func NewNSURL(path string) *NSURL

type NSUUID

type NSUUID struct {
	// contains filtered or unexported fields
}

func NewNSUUID

func NewNSUUID(uuid []byte) *NSUUID

func (*NSUUID) String

func (ns *NSUUID) String() string

type XCTCapabilities

type XCTCapabilities struct {
	// contains filtered or unexported fields
}

type XCTestConfiguration

type XCTestConfiguration struct {
	// contains filtered or unexported fields
}

func NewXCTestConfiguration

func NewXCTestConfiguration(nsuuid *NSUUID, nsurl *NSURL, targetBundleID, targetAppPath string) *XCTestConfiguration

Jump to

Keyboard shortcuts

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