Documentation ¶
Overview ¶
Package confdescription defines the configuration informantion of service application
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Doc ¶
type Doc struct { Version struct { ConfVersion string } ServiceInfo struct { ServiceName string ExecutableFileName string AllowedRequester []string } // Using this structure is an interesting idea that could be used in the future. See PRs: #20, #383 for quick recovery. // ScoringMethod struct { // LibFile string // FunctionName string // } ResourceType struct { IntervalTimeMs int MaxCount int } }
Doc has config info of each services
Click to show internal directories.
Click to hide internal directories.