Add documentation for clash_api

This commit is contained in:
世界 2022-07-20 07:36:06 +08:00
parent 6ac1b395cf
commit 45643fbed1
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
6 changed files with 72 additions and 10 deletions

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"`
}