Implement route rules

This commit is contained in:
世界
2022-07-02 22:55:10 +08:00
parent 7c57eb70e8
commit 6eae8e361f
40 changed files with 1220 additions and 145 deletions

View File

@@ -43,7 +43,7 @@ func run(cmd *cobra.Command, args []string) {
}
ctx, cancel := context.WithCancel(context.Background())
service, err := box.NewService(ctx, &options)
service, err := box.NewService(ctx, options)
if err != nil {
logrus.Fatal("create service: ", err)
}