cnabio / cnab-go

A Go implementation of CNAB Core 1.0
MIT License
69 stars 37 forks source link

action.Status doesn't follow the v1.0.0 spec #153

Closed glours closed 4 years ago

glours commented 4 years ago

action.Status implements the Run function of Action interface with a name define in claim.go

As expected in specification the name should be io.cnab.status instead of status