mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-05 17:40:24 +08:00
9 lines
142 B
Go
9 lines
142 B
Go
|
|
// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved.
|
||
|
|
|
||
|
|
package acme
|
||
|
|
|
||
|
|
type Account struct {
|
||
|
|
EABKid string
|
||
|
|
EABKey string
|
||
|
|
}
|