Skip to content

ZeroTechh/UserMetaService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UserMetaService

A velocity which will be handling user meta data

Functions

Add

Creates meta data for a user and adds it into database.

_, err := client.Add(ctx, &proto.Identifier{UserID: "user id"})

Get

Finds and returns meta data of a user from database.

metaData, err := client.Get(ctx, &proto.Identifier{UserID: "user id"})

Activate

Sets user status as verified.

_, err := client.Activate(ctx, &proto.Identifier{UserID: "user id"})

Delete

Sets user status as deleted.

_, err := client.Delete(ctx, &proto.Identifier{UserID: "user id"})

About

A velocity which will be handling user meta data

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages