# 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