timoth-y/kicksware-api

View on GitHub
shared/core/handler.go

Summary

Maintainability
A
0 mins
Test Coverage
package core

type Handler interface {
    Setup()
    Serve() error
}