package main type crmdSubscribe struct { crmdEntityBase OpenID string `json:"openID,omitempty"` Subscribed bool `json:"subscribed,omitempty"` }