package namespace

import "github.com/spdx/gordf/namespace"

Index

Types

type Namespace

type Namespace struct {
	// contains filtered or unexported fields
}

func New

func New(namespace string) (ns Namespace, err error)

Provides an abstraction to create a Namespace directly from uri string.

func (*Namespace) Get

func (ns *Namespace) Get(fragment string) uri.URIRef

Appends a fragment string at the end of the namespace string.

Source Files

namespace.go

Version
v0.0.0-20250128162952-000978ccd6fb (latest)
Published
Jan 28, 2025
Platform
linux/amd64
Imports
1 packages
Last checked
3 weeks ago

Tools for package owners.