Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func NewHandler ¶
func NewHandler(apps domain.AppRepository, builds domain.BuildRepository, auth *auth.Service, bucket *blob.Bucket) *Handler
func (*Handler) CreateApplication ¶
func (h *Handler) CreateApplication(ctx context.Context, r *stoolint.CreateApplicationRequest) (*stoolint.CreateApplicationResponse, error)
Click to show internal directories.
Click to hide internal directories.