Skip to content
Snippets Groups Projects
Commit 9256a7e0 authored by Jonah Husson's avatar Jonah Husson
Browse files

Add bindings GetPartners

parent d435922e
No related branches found
No related tags found
1 merge request!237Add bindings GetPartners
......@@ -557,6 +557,12 @@ func (c *Client) GetRateLimitParams() (uint32, uint32, int64) {
return c.api.GetRateLimitParams()
}
// GetPartners returns a list of
func (c *Client) GetPartners() ([]byte, error) {
partners := c.api.GetStorage().E2e().GetPartners()
return json.Marshal(partners)
}
/*
// SearchWithHandler is a non-blocking search that also registers
// a callback interface for user disovery events.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment