package
1.3.0
Repository: https://github.com/go-sigma/sigma.git
Documentation: pkg.go.dev

# README

imagerefs

import "code.byted.org/epscp/common/imagerefs"

Package imagerefs ...

Index

func Normalized

func Normalized(name string) (string, error)

Normalized ...

func Parse

func Parse(name string) (string, string, string, string, error)

Parse ...

type NamespacedRepo

NamespacedRepo consist of Namespace and Repository, usually representing a concrete form of TargetItem

type NamespacedRepo struct {
    Namespace  string `json:"namespace"`
    Repository string `json:"repository"`
}

func MakeNRFromString

func MakeNRFromString(s string) *NamespacedRepo

MakeNRFromString make a namespaced repo from a string. string should be in a format as "{namespace}/{repo}"

func (*NamespacedRepo) String

func (nr *NamespacedRepo) String() string

String ...

Generated by gomarkdoc

# Functions

Parse ...