Versions in this module Expand all Collapse all v0 v0.2.0 Dec 25, 2015 v0.1.0 Dec 14, 2015 Changes in this version + type Client struct + DefaultScheme string + Models []string + Name string + Operations []string + Principal string + SkipModels bool + SkipOperations bool + Tags []string + func (c *Client) Execute(args []string) error + type Model struct + DumpData bool + Name []string + NoStruct bool + NoValidator bool + func (m *Model) Execute(args []string) error + type Operation struct + DefaultScheme string + DumpData bool + Name []string + NoHandler bool + NoResponses bool + NoStruct bool + Principal string + Tags []string + func (o *Operation) Execute(args []string) error + type Server struct + DefaultScheme string + Models []string + Name string + Operations []string + Principal string + SkipModels bool + SkipOperations bool + SkipSupport bool + Tags []string + func (s *Server) Execute(args []string) error + type SpecFile struct + BasePath string + Input flags.Filename + Output flags.Filename + func (s *SpecFile) Execute(args []string) error + type Support struct + DefaultScheme string + DumpData bool + Models []string + Name string + Operations []string + Principal string + func (s *Support) Execute(args []string) error