Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrInvalidRefString = fmt.Errorf("invalid refence string")
Functions ¶
func IsReference ¶
Types ¶
type Reference ¶
type Reference struct { Type File string Table string Row string // empty for score tables Col string Part string // empty for shortcut tables }
func NewFileCtx ¶
func NewScoreColCtx ¶
func NewScoreCtx ¶
func NewShortCutCtx ¶
func ParseContext ¶
ParseContext tries to guess the context from the given string. Returns an error, if the context is not complete.
func (*Reference) Complete ¶
Complete tries to complete the reference via the given context reference
func (Reference) IsComplete ¶
IsComplete checks, if the reference is complete
Click to show internal directories.
Click to hide internal directories.