Versions in this module Expand all Collapse all v1 v1.0.1 Feb 29, 2024 v1.0.0 Feb 29, 2024 Changes in this version + type Func struct + Constructor bool + GoName string + Params []*Param + Ret *Type + Sig string + Static bool + type Named struct + AllMethods []*Func + Funcs []*Func + Generated bool + GoName string + Methods []*Func + Module string + Name string + Protocol bool + Supers []Super + func Import(refs *importers.References) ([]*Named, error) + func (t *Named) ObjcType() string + type Param struct + Name string + Type *Type + type Super struct + Name string + Protocol bool + type Type struct + Decl string + Indirect bool + Kind TypeKind + Name string + type TypeKind int + const Bool + const Char + const Class + const Data + const Double + const Float + const Int + const Protocol + const Short + const String + const Uchar + const Uint + const Unknown + const Ushort