Showing 101 of 101 total issues
exported method JWTAuth.Generate should have comment or be unexported Open
Open
func (r *JWTAuth) Generate() []byte {
- Exclude checks
exported method DropCollection.Path should have comment or be unexported Open
Open
func (r *DropCollection) Path() string {
- Exclude checks
struct field Id should be ID Open
Open
Id string `json:"id"`
- Exclude checks
exported type CollectionInfoList should have comment or be unexported Open
Open
type CollectionInfoList struct {
- Exclude checks
exported method ListCollections.Method should have comment or be unexported Open
Open
func (c *ListCollections) Method() string {
- Exclude checks
exported method ListGraphs.Method should have comment or be unexported Open
Open
func (l *ListGraphs) Method() string {
- Exclude checks
exported method ImportCollection.Path should have comment or be unexported Open
Open
func (c *ImportCollection) Path() string {
- Exclude checks
exported method CreateHashIndex.Generate should have comment or be unexported Open
Open
func (r *CreateHashIndex) Generate() []byte {
- Exclude checks
exported method Transaction.Path should have comment or be unexported Open
Open
func (t *Transaction) Path() string {
- Exclude checks
exported type AQLFunction should have comment or be unexported Open
Open
type AQLFunction struct {
- Exclude checks
exported method CreateCollection.Generate should have comment or be unexported Open
Open
func (r *CreateCollection) Generate() []byte {
- Exclude checks
exported method SetCacheProperties.Method should have comment or be unexported Open
Open
func (r *SetCacheProperties) Method() string {
- Exclude checks
exported method ImportCollection.Generate should have comment or be unexported Open
Open
func (c *ImportCollection) Generate() []byte {
- Exclude checks
exported method Transaction.Method should have comment or be unexported Open
Open
func (t *Transaction) Method() string {
- Exclude checks
exported method Transaction.Generate should have comment or be unexported Open
Open
func (t *Transaction) Generate() []byte {
- Exclude checks
exported method DropDatabase.Path should have comment or be unexported Open
Open
func (r *DropDatabase) Path() string {
- Exclude checks
exported method DropDatabase.Method should have comment or be unexported Open
Open
func (r *DropDatabase) 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 ImportCollection.Method should have comment or be unexported Open
Open
func (c *ImportCollection) Method() string {
- Exclude checks