MCPcopy Create free account
hub / github.com/CRED-CLUB/propeller / NewHandler

Function NewHandler

tools/prototool/java/handler.go:18–24  ·  view source on GitHub ↗

NewHandler ...

()

Source from the content-addressed store, hash-verified

16
17// NewHandler ...
18func NewHandler() (*Handler, error) {
19 mvn, err := maven.NewMaven(&fs.LocalFileSystem{})
20 if err != nil {
21 return nil, err
22 }
23 return &Handler{mvn}, nil
24}
25
26// BuildAndPublish ...
27func (h *Handler) BuildAndPublish(ctx context.Context, v string) error {

Callers 1

mainFunction · 0.92

Calls 1

NewMavenFunction · 0.92

Tested by

no test coverage detected