Files
onepanel/model/secret.go
2020-01-31 17:04:14 -08:00

7 lines
75 B
Go

package model
type Secret struct {
Name string
Data map[string]string
}