Files
query-orchestration/vendor/github.com/Azure/go-ansiterm/context.go
T
2024-12-19 11:44:13 +00:00

8 lines
111 B
Go

package ansiterm
type ansiContext struct {
currentChar byte
paramBuffer []byte
interBuffer []byte
}