Skip to content

autom8ter/fire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fire

-- import "github.com/autom8ter/fire"

Usage

type Client

type Client struct {
	Save    *db.Client      `validate:"required"`
	Publish *publish.Client `validate:"required"`
}

func NewClient

func NewClient(ctx context.Context, project string, opts ...option.ClientOption) (*Client, error)

func (*Client) HandleFunc

func (c *Client) HandleFunc(fns ...HandlerFunc) error

func (*Client) Validate

func (c *Client) Validate() error

type HandlerFunc

type HandlerFunc func(c *Client) error

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages