Versions in this module Expand all Collapse all v1 v1.26.7 Apr 20, 2026 v1.26.6 Mar 12, 2026 Changes in this version + type Reader struct + func New(cfg config.Config, db *ent.Client, store object.Storer) *Reader + func (r *Reader) FilePath(id plugin.InstallationID) string + func (r *Reader) Get(ctx context.Context, id plugin.InstallationID) (*plugin.Record, error) + func (r *Reader) GetAuthSecret(ctx context.Context, id plugin.InstallationID) (string, error) + func (r *Reader) GetByExternalToken(ctx context.Context, token string) (*plugin.Record, error) + func (r *Reader) GetConfig(ctx context.Context, id plugin.InstallationID) (map[string]any, error) + func (r *Reader) List(ctx context.Context) ([]*plugin.Record, error) + func (r *Reader) LoadBinary(ctx context.Context, id plugin.InstallationID) ([]byte, error)