Versions in this module Expand all Collapse all v1 v1.0.0 Nov 28, 2023 Changes in this version + func NewScorer(junoCfg config.Config) profilesscore.Scorer + type Config struct + AppID int64 + InstallationID int64 + PrivateKeyFilePath string + func UnmarshalConfig(bz []byte) (*Config, error) + type ScoreDetails struct + CreatedAt time.Time + FollowersCount uint64 + FollowingCount uint64 + PublicGistsCount uint64 + PublicRepositoriesCount uint64 + func NewScoreDetails(createdAt time.Time, ...) *ScoreDetails + func (d *ScoreDetails) GetScore() (score uint64) + type Scorer struct + func (s *Scorer) GetRateLimit() *profilesscore.ScoreRateLimit + func (s *Scorer) GetScoreDetails(_ string, application string, username string) (types.ProfileScoreDetails, error) + func (s *Scorer) GetUser(username string) (*github.User, error) Other modules containing this package github.com/desmos-labs/athena/v2