6 lines
62 B
Go
6 lines
62 B
Go
package secret
|
|
|
|
const (
|
|
TASK_LABLE_SECRET_ID = "secret_id"
|
|
)
|