bigdata

package
v0.0.0-...-72c2bb7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 25, 2020 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

func New

func New() *Client

func (*Client) AddCT

func (c *Client) AddCT(ctx context.Context, userContext am.UserContext, etld string, queryTime time.Time, ctRecords map[string]*am.CTRecord) error

func (*Client) AddCTSubdomains

func (c *Client) AddCTSubdomains(ctx context.Context, userContext am.UserContext, etld string, queryTime time.Time, subdomains map[string]*am.CTSubdomain) error

func (*Client) DeleteCT

func (c *Client) DeleteCT(ctx context.Context, userContext am.UserContext, etld string) error

func (*Client) DeleteCTSubdomains

func (c *Client) DeleteCTSubdomains(ctx context.Context, userContext am.UserContext, etld string) error

func (*Client) GetCT

func (c *Client) GetCT(ctx context.Context, userContext am.UserContext, etld string) (time.Time, map[string]*am.CTRecord, error)

func (*Client) GetCTSubdomains

func (c *Client) GetCTSubdomains(ctx context.Context, userContext am.UserContext, etld string) (time.Time, map[string]*am.CTSubdomain, error)

func (*Client) GetETLDs

func (c *Client) GetETLDs(ctx context.Context, userContext am.UserContext) ([]*am.CTETLD, error)

func (*Client) Init

func (c *Client) Init(config []byte) error

func (*Client) SetTimeout

func (c *Client) SetTimeout(timeout time.Duration)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL