Initial cloud-services repo - gateway service + pkg modules
This commit is contained in:
11
pkg/common/signed_image.go
Normal file
11
pkg/common/signed_image.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package common
|
||||
|
||||
import (
|
||||
"fiskerinc.com/modules/common/dbbasemodel"
|
||||
)
|
||||
|
||||
type SignedImage struct {
|
||||
Signature *BinaryHex `json:"signature" pg:"signature,pk,type:bytea" swaggertype:"string" format:"hex" example:"ecba97e8c5a064e333ae35728f2147f41e64734f381826f55d1a9261962d704e"`
|
||||
Email string `json:"email,omitempty" pg:"email"`
|
||||
dbbasemodel.DBModelBase
|
||||
}
|
||||
Reference in New Issue
Block a user