Documentation ¶
Index ¶
- func Exists(name string) bool
- func ListFiles(dir string) ([]string, error)
- func Mkdir(dirpath string) error
- func ReadFile(srcFile string) ([]byte, error)
- type Api
- type ApiDoc
- type ApiGroup
- type ApiGroupDoc
- type Arg
- type BluezAPI
- type BluezError
- type BluezErrors
- type Constructor
- type Flag
- type InterfaceDoc
- type InterfacesDoc
- type Method
- type MethodDoc
- type Property
- type PropertyDoc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ApiDoc ¶
type ApiDoc struct { Api Api InterfaceName string Package string Properties []PropertyDoc Methods []MethodDoc Imports string Constructors []Constructor ExposeProperties bool }
type ApiGroup ¶
type ApiGroup struct { FileName string Name string Description string Api []Api // contains filtered or unexported fields }
func NewApiGroup ¶
NewApiGroup initialize a new ApiGroup
type ApiGroupDoc ¶
type BluezAPI ¶
type BluezError ¶
type BluezErrors ¶
type BluezErrors struct {
List []BluezError
}
type Constructor ¶
type InterfaceDoc ¶
type InterfacesDoc ¶
type InterfacesDoc struct {
Interfaces []InterfaceDoc
}
Source Files ¶
Click to show internal directories.
Click to hide internal directories.