Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kitagry/goaplugin
goa plugin
https://github.com/kitagry/goaplugin
Last synced: 15 days ago
JSON representation
goa plugin
- Host: GitHub
- URL: https://github.com/kitagry/goaplugin
- Owner: kitagry
- License: mit
- Created: 2023-08-23T14:38:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-14T09:31:58.000Z (9 months ago)
- Last Synced: 2024-12-15T14:43:50.588Z (20 days ago)
- Language: Go
- Size: 49.8 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## goa plugin
### Use [slogdriver](https://github.com/kitagry/slogdriver)
```go
package designimport (
slogdriver "github.com/kitagry/goaplugin/slogdriver/dsl"
. "goa.design/goa/v3/dsl"
)...
var _ = Service("calc", func() {
slogdriver.HealthCheckPaths("/healthz")
})
```