mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-24 17:58:45 +02:00
Feat/auto schemas (#48)
* use auto generated schemas * go version bump and dependencies upgrade * clarify some error messages --------- Co-authored-by: yusing <yusing@6uo.me>
This commit is contained in:
7
schemas/docker.ts
Normal file
7
schemas/docker.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { IdleWatcherConfig } from "./providers/idlewatcher";
|
||||
import { Route } from "./providers/routes";
|
||||
|
||||
//FIXME: fix this
|
||||
export type DockerRoutes = {
|
||||
[key: string]: Route & IdleWatcherConfig;
|
||||
};
|
||||
Reference in New Issue
Block a user