confdescription

package
v1.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 29, 2022 License: Apache-2.0 Imports: 0 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL