Documentation
¶
Overview ¶
Package sessionname creates stable display names for Codog sessions.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RenderText ¶
Types ¶
type Report ¶
type Report struct {
Kind string `json:"kind"`
Action string `json:"action"`
Status string `json:"status"`
SessionID string `json:"session_id"`
SuggestedID string `json:"suggested_id"`
Source string `json:"source"`
SourceText string `json:"source_text,omitempty"`
MessageCount int `json:"message_count"`
CollisionCount int `json:"collision_count"`
Renamed bool `json:"renamed"`
OldID string `json:"old_id,omitempty"`
NewID string `json:"new_id,omitempty"`
Path string `json:"path,omitempty"`
Messages []string `json:"messages,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.