Documentation ¶ Index ¶ func Find(kind string) (string, error) func Name(kind string) string type Driver func (d Driver) Deliver(ctx context.Context, request contact.Request) (contact.Record, error) func (d Driver) Kind() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Find ¶ func Find(kind string) (string, error) func Name ¶ func Name(kind string) string Types ¶ type Driver ¶ type Driver struct { ContactKind string Executable string Timeout time.Duration Stderr io.Writer } func (Driver) Deliver ¶ func (d Driver) Deliver(ctx context.Context, request contact.Request) (contact.Record, error) func (Driver) Kind ¶ func (d Driver) Kind() string Source Files ¶ View all Source files plugin.go Click to show internal directories. Click to hide internal directories.