Files
waf-platform/EdgeAPI/internal/acme/account.go
2026-02-04 20:27:13 +08:00

9 lines
142 B
Go

// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved.
package acme
type Account struct {
EABKid string
EABKey string
}