module

package
v0.0.0-...-e95280a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 19, 2021 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Builder

type Builder interface {
	Create() Builder
	WithStackFrame(stackFrame string) Builder
	WithName(name string) Builder
	WithSymbol(symbol string) Builder
	Now() (Module, error)
}

Builder represets a module builder

func NewBuilder

func NewBuilder() Builder

NewBuilder creates a new builder instance

type Module

type Module interface {
	StackFrame() string
	Name() string
	Symbol() string
}

Module represents a module

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL