Files
EdgeAPI/internal/acme/account.go

9 lines
142 B
Go
Raw Normal View History

2021-10-03 13:09:29 +08:00
// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved.
package acme
type Account struct {
EABKid string
EABKey string
}