requests/graph.go
exported method CreateGraph.Path should have comment or be unexported Open
Open
func (c *CreateGraph) Path() string {
- Exclude checks
exported method GetGraph.Method should have comment or be unexported Open
Open
func (g *GetGraph) Method() string {
- Exclude checks
exported method CreateGraph.Generate should have comment or be unexported Open
Open
func (c *CreateGraph) Generate() []byte {
- Exclude checks
exported method DropGraph.Method should have comment or be unexported Open
Open
func (d *DropGraph) Method() string {
- Exclude checks
exported method GetGraph.Path should have comment or be unexported Open
Open
func (g *GetGraph) Path() string {
- Exclude checks
exported method ListGraphs.Generate should have comment or be unexported Open
Open
func (l *ListGraphs) Generate() []byte {
- Exclude checks
exported method ListGraphs.Method should have comment or be unexported Open
Open
func (l *ListGraphs) Method() string {
- Exclude checks
exported method CreateGraph.Method should have comment or be unexported Open
Open
func (c *CreateGraph) Method() string {
- Exclude checks
comment on exported type ListGraphs should be of the form "ListGraphs ..." (with optional leading article) Open
Open
// ListGraph lists all graphs known by the graph module.
- Exclude checks
exported method ListGraphs.Path should have comment or be unexported Open
Open
func (l *ListGraphs) Path() string {
- Exclude checks
exported method DropGraph.Path should have comment or be unexported Open
Open
func (d *DropGraph) Path() string {
- Exclude checks
exported method DropGraph.Generate should have comment or be unexported Open
Open
func (d *DropGraph) Generate() []byte {
- Exclude checks
exported method GetGraph.Generate should have comment or be unexported Open
Open
func (g *GetGraph) Generate() []byte {
- Exclude checks