ente/server/ente/kex.go
2024-03-01 13:37:01 +05:30

6 lines
166 B
Go

package ente
type AddWrappedKeyRequest struct {
WrappedKey string `json:"wrappedKey" binding:"required"`
CustomIdentifier string `json:"customIdentifier"`
}