Searched defs:ninjaCmd (Results 1 – 1 of 1) sorted by relevance
180 type ninjaCmd struct { struct181 cmd string182 db string184 clientMode bool185 timeout time.Duration186 buildTimeout time.Duration189 …jaCmd) runTool(ctx context.Context, tool string, targets []string) (out *bytes.Buffer, err error) {208 func (n *ninjaCmd) Command(ctx context.Context, target string) (*bytes.Buffer, error) {211 func (n *ninjaCmd) Input(ctx context.Context, target string) (*bytes.Buffer, error) {214 func (n *ninjaCmd) Query(ctx context.Context, target string) (*bytes.Buffer, error) {[all …]