Documentation
¶
Index ¶
- Constants
- type Poller
- func (p *Poller) Authenticate(ctx context.Context, cfg platforms.AuthConfig) error
- func (p *Poller) FetchProgramScope(ctx context.Context, handle string, opts platforms.PollOptions) (scope.ProgramData, error)
- func (p *Poller) ListProgramHandles(ctx context.Context, opts platforms.PollOptions) ([]string, error)
- func (p *Poller) Name() string
Constants ¶
View Source
const (
PLATFORM_URL = "https://immunefi.com"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Poller ¶
type Poller struct{}
func (*Poller) Authenticate ¶
Authenticate is a no-op for Immunefi (no auth required)
func (*Poller) FetchProgramScope ¶
func (p *Poller) FetchProgramScope(ctx context.Context, handle string, opts platforms.PollOptions) (scope.ProgramData, error)
func (*Poller) ListProgramHandles ¶
Click to show internal directories.
Click to hide internal directories.