Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FeatureKeyAndID ¶
func (FeatureKeyAndID) Validate ¶
func (f FeatureKeyAndID) Validate() error
type NamespaceID ¶
type NamespaceID struct {
ID string `json:"id"`
}
func (NamespaceID) Validate ¶
func (i NamespaceID) Validate() error
type Subject ¶
type Subject struct { Id *string `json:"id"` Key string `json:"key"` DisplayName *string `json:"displayName,omitempty"` Metadata map[string]interface{} `json:"metadata"` CurrentPeriodStart *time.Time `json:"currentPeriodStart,omitempty"` CurrentPeriodEnd *time.Time `json:"currentPeriodEnd,omitempty"` StripeCustomerId *string `json:"stripeCustomerId,omitempty"` }
func (Subject) ToAPIModel ¶
type SubjectKeyAndID ¶
func (SubjectKeyAndID) Validate ¶
func (s SubjectKeyAndID) Validate() error
Click to show internal directories.
Click to hide internal directories.