Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Ifacer ¶
type Ifacer struct { IfaceName string StructName string IfacePath string PackageName string Methods []Method Content string Star string OutFile string UsingImportStr string // contains filtered or unexported fields }
func (*Ifacer) GenMethods ¶
func (*Ifacer) ManageNoConflictImport ¶
type Option ¶
type Option func(*Ifacer)
func WithIfacerLogger ¶
func WithIfacerTpl ¶
func WithIfacerWriter ¶
func WithIfacerWriter(writer filedir.IfaceWriter) Option
Click to show internal directories.
Click to hide internal directories.