goa-plugins

module
v0.0.0-...-eb33bf7 Latest Latest
Warning

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

Go to latest
Published: Nov 16, 2019 License: MIT

README

goa plugins

Collection of plugins to goa micro-services framework

Overview

Usage

Get source

go get -u github.com/yngveh/goa-plugins
logrus plugin

This plugin will setup logrus as logging framework when generating example code with

goa example github.com/user/project/design

To active the logrus plugin add the following to the design go file

package design

import (
    // Activate logrus plugin 
    _ "github.com/yngveh/goa-plugins/logrus"
    . "goa.design/goa/v3/dsl"
)

var _ = API(........

controllers plugin

This plugin puts controller files into the directory controllers instead of project root when doing goa example generating

To active the logrus plugin add the following to the design go file

package design

import (
    // Activate controllers plugin 
    _ "github.com/yngveh/goa-plugins/controllers"
    . "goa.design/goa/v3/dsl"
)

var _ = API(........

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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