Documentation ¶
Index ¶
Constants ¶
View Source
const ( TypeError = "Error" TypeInfo = "Info" TypeWarn = "Warn" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
func DefaultConfig ¶
func DefaultConfig() *Config
type Review ¶
type Review interface { Init(context.Context) error Deinit(context.Context) error Clean(context.Context, string) error Diff(context.Context, int, string) (map[string]interface{}, error) Fetch(context.Context, string, string) (string, string, []string, error) Query(context.Context, string, int) ([]interface{}, error) Vote(context.Context, string, []Format) error }
Click to show internal directories.
Click to hide internal directories.