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

# README

golang

import "github.com/slosive/sloscribe/internal/parser/specification/sloth/language/golang"

Index

type Options

Options contains the configuration options available to the Parser

type Options struct {
    Logger           *logging.Logger
    SourceFile       string
    SourceContent    io.ReadCloser
    InputDirectories []string
    Kubernetes       bool
}

func NewOptions

func NewOptions() *Options

Generated by gomarkdoc

# Functions

No description provided by the author
NewParser client parser performs all checks at initialization time.

# Structs

Options contains the configuration options available to the Parser.