Documentation
¶
Index ¶
- type From
- func (f From) GetStageName(originalLine string) (string, error)
- func (f From) GetTokens(originalLine string) (Tokens, error)
- func (f From) GetValue(originalLine, matcher string) (string, error)
- func (f From) IsLineMatching(originalLine, matcher string) bool
- func (f From) ReplaceLine(source, originalLine, matcher string) string
- type FromToken
- type FromTokenArgs
- type Logic
- type SimpleKeyword
- func (s SimpleKeyword) GetTokens(originalLine string) (Tokens, error)
- func (s SimpleKeyword) GetValue(originalLine, matcher string) (string, error)
- func (s SimpleKeyword) IsLineMatching(originalLine, matcher string) bool
- func (s SimpleKeyword) ReplaceLine(source, originalLine, matcher string) string
- type SimpleTokens
- type Tokens
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type From ¶
type From struct { }
func (From) GetStageName ¶ added in v0.84.0
func (From) IsLineMatching ¶
func (From) ReplaceLine ¶
type FromTokenArgs ¶ added in v0.85.0
type SimpleKeyword ¶ added in v0.85.0
type SimpleKeyword struct {
Keyword string
}
func (SimpleKeyword) GetTokens ¶ added in v0.85.0
func (s SimpleKeyword) GetTokens(originalLine string) (Tokens, error)
func (SimpleKeyword) GetValue ¶ added in v0.85.0
func (s SimpleKeyword) GetValue(originalLine, matcher string) (string, error)
func (SimpleKeyword) IsLineMatching ¶ added in v0.85.0
func (s SimpleKeyword) IsLineMatching(originalLine, matcher string) bool
func (SimpleKeyword) ReplaceLine ¶ added in v0.85.0
func (s SimpleKeyword) ReplaceLine(source, originalLine, matcher string) string
type SimpleTokens ¶ added in v0.85.0
func (SimpleTokens) String ¶ added in v0.85.0
func (t SimpleTokens) String() string
Click to show internal directories.
Click to hide internal directories.