github.com/Bio-core/jtree@v0.0.0-20190705165106-1d7a7e7d6272/models/logout_o_k_body.go (about)

     1  package models
     2  
     3  // This file was generated by the swagger tool.
     4  // Editing this file might prove futile when you re-run the swagger generate command
     5  
     6  import (
     7  	strfmt "github.com/go-openapi/strfmt"
     8  
     9  	"github.com/go-openapi/errors"
    10  )
    11  
    12  // LogoutOKBody search sample o k body
    13  // swagger:model searchSampleOKBody
    14  type LogoutOKBody bool
    15  
    16  // Validate validates this search sample o k body
    17  func (m LogoutOKBody) Validate(formats strfmt.Registry) error {
    18  	var res []error
    19  
    20  	if len(res) > 0 {
    21  		return errors.CompositeValidationError(res...)
    22  	}
    23  	return nil
    24  }