@ -56,6 +56,8 @@ type (
PublicOwner bool ` datastore:"public_owner" json:"-" `
PublicOwner bool ` datastore:"public_owner" json:"-" `
URL string ` json:"url,omitempty" `
URL string ` json:"url,omitempty" `
Monetization string ` json:"monetization_pointer,omitempty" `
db * datastore
db * datastore
hostName string
hostName string
}
}
@ -93,6 +95,7 @@ type (
StyleSheet * sql . NullString ` schema:"style_sheet" json:"style_sheet" `
StyleSheet * sql . NullString ` schema:"style_sheet" json:"style_sheet" `
Script * sql . NullString ` schema:"script" json:"script" `
Script * sql . NullString ` schema:"script" json:"script" `
Signature * sql . NullString ` schema:"signature" json:"signature" `
Signature * sql . NullString ` schema:"signature" json:"signature" `
Monetization * string ` schema:"monetization_pointer" json:"monetization_pointer" `
Visibility * int ` schema:"visibility" json:"public" `
Visibility * int ` schema:"visibility" json:"public" `
Format * sql . NullString ` schema:"format" json:"format" `
Format * sql . NullString ` schema:"format" json:"format" `
}
}