contactapi

package module
v1.0.9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 10, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

README

contactapi

Documentation

Index

Constants

View Source
const (
	ContactRelationshipNone           string = "none"
	ContactRelationshipIAddedHim      string = "iAddedHim"
	ContactRelationshipHeAddedMe      string = "heAddedMe"
	ContactRelationshipAddedEachOther string = "addedEachOther"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type ContactApiClient

type ContactApiClient struct {
	// contains filtered or unexported fields
}

func (*ContactApiClient) Init

func (client *ContactApiClient) Init(endpoint string) error

func (*ContactApiClient) Relation added in v1.0.8

func (client *ContactApiClient) Relation(ctx context.Context, contactID string, token string) (*Relation, error)

type Relation added in v1.0.8

type Relation struct {
	UserID                 string `json:"userId"`
	ContactID              string `json:"contactID"`
	ContactRemarkName      string `json:"contactRemarkName"`
	Relationship           string `json:"relationship"`
	MyRemarkNameForContact string `json:"myRemarkNameForContact"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL