extract-interface

command
v0.0.0-...-93bbb14 Latest Latest
Warning

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

Go to latest
Published: Aug 18, 2015 License: GPL-3.0, GPL-3.0 Imports: 14 Imported by: 0

README

#extract-interface

Author: mparaiso mparaiso@online.fr

Year: 2015

license: GPL-3

Extract-interface allows go developers to generate interfaces from structs with methods.

With Extract-interface , developers no longer need to write interfaces derived from structs by hand.

Extract-interface is written in go

###instal

$ go get github.com/interactiv/cli-tools/extract-interface

###usage

Within a package directory

$ extract-interface

###options

  • -dir="": Directory where to find structs to extract interfaces from, example: -dir=/My/Directory
  • -types="": Type Filter , will only extract interfaces from listed types, example : -types=MyStuctType1,MyStructType2

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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