Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func JsonMarshalToBuffer ¶
Types ¶
type CommonLine ¶
type CommonLine string
CommonLine represents a shared line.
func (CommonLine) String ¶
func (op CommonLine) String() string
String returns the pretiffied edit string representation.
type Context ¶
type Context struct {
// contains filtered or unexported fields
}
Context represents a diff context.
type DeleteLine ¶
type DeleteLine string
DeleteLine represents a line delete operation.
func (DeleteLine) String ¶
func (op DeleteLine) String() string
String returns the pretiffied edit string representation.
type InsertLine ¶
type InsertLine string
InsertLine represents a line insert operation.
func (InsertLine) String ¶
func (op InsertLine) String() string
String returns the pretiffied edit string representation.
Click to show internal directories.
Click to hide internal directories.