Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CimClass ¶
type CimClass struct { Property map[string]PropertyStruct Method map[string]MethodStruct ClassName string SuperClassName string // contains filtered or unexported fields }
func (*CimClass) ProcessClass ¶
type MethodStruct ¶
type MethodStruct struct { Name string Type string Parameter []ParameterStruct }
type ParameterStruct ¶
type PropertyStruct ¶
func (*PropertyStruct) ReadFromElement ¶
func (p *PropertyStruct) ReadFromElement(e *etree.Element) error
func (*PropertyStruct) String ¶
func (p *PropertyStruct) String() string
Click to show internal directories.
Click to hide internal directories.