Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet(NewProfileClient)
Functions ¶
This section is empty.
Types ¶
type ProfileClient ¶
type ProfileClient struct {
// contains filtered or unexported fields
}
func NewProfileClient ¶
func NewProfileClient(conf *conf.Data) (*ProfileClient, error)
func (*ProfileClient) GetProfileByUsers ¶
func (p *ProfileClient) GetProfileByUsers(ctx context.Context, userIds []string) (map[string]profileV1.UserProfile, error)
Click to show internal directories.
Click to hide internal directories.