Add documentation for clash_api

This commit is contained in:
世界
2022-07-20 07:37:50 +08:00
parent 6ac1b395cf
commit 45643fbed1
6 changed files with 72 additions and 10 deletions
+1
View File
@@ -6,5 +6,6 @@ type ExperimentalOptions struct {
type ClashAPIOptions struct {
ExternalController string `json:"external_controller,omitempty"`
ExternalUI string `json:"external_ui,omitempty"`
Secret string `json:"secret,omitempty"`
}