cnabio / cnab-go

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

Proposal: Common Functions for output handling \ Image name parsing etc. #144

Open simongdavies opened 4 years ago

simongdavies commented 4 years ago

cnab-go should implement common functions that drivers can use to save each driver having to reimplement mostly the same functionality: Two specific examples:

  1. Image Reference Parsing
  2. Output validation and default value processing
glyn commented 4 years ago

Please note an existing dependency of cnab-go, github.com/pivotal/image-relocation, provides an image reference parsing package.