lolibrary/lolibrary

View on GitHub
edge-proxy.api/handler/router.go

Summary

Maintainability
A
0 mins
Test Coverage
package handler

import (
    "github.com/monzo/typhon"
)

// Service returns a typhon service.
func Service() typhon.Service {
    return handleAPI
}