1
0

ssmapi.go 293 B

123456789101112
  1. package option
  2. import (
  3. "github.com/sagernet/sing/common/json/badjson"
  4. )
  5. type SSMAPIServiceOptions struct {
  6. ListenOptions
  7. Servers *badjson.TypedMap[string, string] `json:"servers"`
  8. CachePath string `json:"cache_path,omitempty"`
  9. InboundTLSOptionsContainer
  10. }