requests/collection.go
exported method DropCollection.Method should have comment or be unexported Open
Open
func (r *DropCollection) Method() string {
- Exclude checks
exported method TruncateCollection.Generate should have comment or be unexported Open
Open
func (r *TruncateCollection) Generate() []byte {
- Exclude checks
exported method CreateCollection.Path should have comment or be unexported Open
Open
func (r *CreateCollection) Path() string {
- Exclude checks
exported method TruncateCollection.Method should have comment or be unexported Open
Open
func (r *TruncateCollection) Method() string {
- Exclude checks
exported method ListCollections.Path should have comment or be unexported Open
Open
func (c *ListCollections) Path() string {
- Exclude checks
exported method CreateCollection.Method should have comment or be unexported Open
Open
func (r *CreateCollection) Method() string {
- Exclude checks
exported method ListCollections.Generate should have comment or be unexported Open
Open
func (c *ListCollections) 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 CreateCollection.Generate should have comment or be unexported Open
Open
func (r *CreateCollection) Generate() []byte {
- Exclude checks
exported type CollectionInfo should have comment or be unexported Open
Open
type CollectionInfo struct {
- Exclude checks
exported method GetCollectionInfo.Method should have comment or be unexported Open
Open
func (c *GetCollectionInfo) Method() string {
- Exclude checks
exported method GetCollectionInfo.Generate should have comment or be unexported Open
Open
func (c *GetCollectionInfo) Generate() []byte {
- Exclude checks
exported method TruncateCollection.Path should have comment or be unexported Open
Open
func (r *TruncateCollection) Path() string {
- Exclude checks
comment on exported type GetCollectionInfo should be of the form "GetCollectionInfo ..." (with optional leading article) Open
Open
// CollectionInfo gets information about the collection
- Exclude checks
exported method GetCollectionInfo.Path should have comment or be unexported Open
Open
func (c *GetCollectionInfo) Path() string {
- Exclude checks
exported method DropCollection.Generate should have comment or be unexported Open
Open
func (r *DropCollection) Generate() []byte {
- Exclude checks