Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GraphStore ¶
type GraphStore interface { Store GetDepth(context.Context, int64, int64) (int, error) GetFriendship(context.Context, int64) (internal.Friendship, error) GetPerson(context.Context, int64) (*internal.Person, error) GetAll(context.Context) ([]internal.Friendship, error) }
GraphStore is a bi-directional graph ds representing relation-ships between people.
Should be used to interface with persistent store and provide extra functionality over typicall store.
type MessageBroker ¶
Click to show internal directories.
Click to hide internal directories.