1
0
Fork 0

A ServiceList type.

This commit is contained in:
Alexander Andreev 2023-02-05 04:48:39 +04:00
parent 0343a2608d
commit 5df7d022e5
Signed by: Arav
GPG Key ID: 0388CC8FAA51063F
1 changed files with 3 additions and 0 deletions

3
pkg/servicestat/list.go Normal file
View File

@ -0,0 +1,3 @@
package servicestat
type ServiceList map[string]bool