Documentation
¶
Index ¶
- type CicMeta
- func (c *CicMeta) GetCustomMetadata(address string) (CustomResponse, error)
- func (c *CicMeta) GetPersonMetadata(address string) (PersonResponse, error)
- func (c *CicMeta) GetPhonePointer(phone string) (string, error)
- func (c *CicMeta) GetPreferencesMetadata(address string) (PreferencesResponse, error)
- type CustomResponse
- type DateOfBirth
- type Location
- type PersonResponse
- type PreferencesResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CicMeta ¶
type CicMeta struct {
// contains filtered or unexported fields
}
func NewCicMeta ¶
func (*CicMeta) GetCustomMetadata ¶
func (c *CicMeta) GetCustomMetadata(address string) (CustomResponse, error)
func (*CicMeta) GetPersonMetadata ¶
func (c *CicMeta) GetPersonMetadata(address string) (PersonResponse, error)
func (*CicMeta) GetPreferencesMetadata ¶
func (c *CicMeta) GetPreferencesMetadata(address string) (PreferencesResponse, error)
type CustomResponse ¶
type CustomResponse struct {
Tags []string `json:"tags"`
}
type DateOfBirth ¶
type DateOfBirth struct {
Year int `json:"year"`
}
type PersonResponse ¶
type PreferencesResponse ¶
type PreferencesResponse struct {
PreferredLanguage string `json:"preferred_language"`
}