Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewServeCommand ¶
Types ¶
type Arguments ¶
type Arguments struct { // DataDirectory defines the path to the directory containing the API Definitions. DataDirectory string // Port defines the port on which the Data API should be run, this can be set dynamically via the // environment variable `PANDORA_API_PORT`. Port int // ServiceNames optionally defines the set of Services to filter to, meaning only these will be imported. ServiceNames *[]string }
type ServeCommand ¶
type ServeCommand struct { }
func (ServeCommand) Help ¶
func (ServeCommand) Help() string
func (ServeCommand) Run ¶
func (c ServeCommand) Run(inputArgs []string) int
func (ServeCommand) Synopsis ¶
func (ServeCommand) Synopsis() string
Click to show internal directories.
Click to hide internal directories.