package
0.1.0-alpha.6
Repository: https://github.com/slosive/sloscribe.git
Documentation: pkg.go.dev

# README

specification

import "github.com/slosive/sloscribe/internal/parser/specification"

Index

type Target

Target is the specification target interface, it defines the specification target contract that all new targets should adhere to.

type Target interface {
    // Parse returns a specification struct given a data source, returns error if parsing fails
    Parse(ctx context.Context) (map[string]any, error)
}

Generated by gomarkdoc

# Packages

No description provided by the author

# Interfaces

No description provided by the author