Skip to content

ayush-srivastava-03/practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Background

View the API definition in API.proto

TASK

  • Create the ViewNetworkService and implement the viewNetworkMembers endpoint. Feel free to create this service struct with any members you feel are necessary, and with constructors if you need it. This endpoint presents a list of network members (retrieved from NetworkService/getNetworkMembers), enriched with data (from ContactService,InterestsService,UserService).

  • Instantiate and register the service in the main function, so that it can be called.

  • Write a test for this endpoint, that can be run with go test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published