mirror of
https://github.com/onepanelio/onepanel.git
synced 2025-10-16 02:31:04 +08:00
7 lines
75 B
Go
7 lines
75 B
Go
package model
|
|
|
|
type Secret struct {
|
|
Name string
|
|
Data map[string]string
|
|
}
|