Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 344 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 344 Bytes

fpm-go-plugin-{{name}}

Install

$ go get -u github.com/team4yf/fpm-go-plugin-{{name}}

import _ "github.com/team4yf/fpm-go-plugin-{{name}}/plugin"

Config

conf/config.local.yaml

{{name}}:
    foo: bar

Usage

fpmApp.Execute("{{name}}.demo", &fpm.BizParam{
    "body":    "ok",
})