From 82f8b4d838de3fb8eda5db9b23c5bc48ab281f9e Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Sat, 26 May 2018 16:42:17 -0700 Subject: remove golang API server Not following that path; this is to prevent future confusion. All code is still in version control. --- golang/gen/models/entity_edit.go | 52 ---------------------------------------- 1 file changed, 52 deletions(-) delete mode 100644 golang/gen/models/entity_edit.go (limited to 'golang/gen/models/entity_edit.go') diff --git a/golang/gen/models/entity_edit.go b/golang/gen/models/entity_edit.go deleted file mode 100644 index a9b9ae9f..00000000 --- a/golang/gen/models/entity_edit.go +++ /dev/null @@ -1,52 +0,0 @@ -// Code generated by go-swagger; DO NOT EDIT. - -package models - -// This file was generated by the swagger tool. -// Editing this file might prove futile when you re-run the swagger generate command - -import ( - strfmt "github.com/go-openapi/strfmt" - - "github.com/go-openapi/swag" -) - -// EntityEdit entity edit -// swagger:model entity_edit -type EntityEdit struct { - - // editgroup id - EditgroupID int64 `json:"editgroup_id,omitempty"` - - // id - ID int64 `json:"id,omitempty"` - - // ident - Ident string `json:"ident,omitempty"` - - // revision - Revision int64 `json:"revision,omitempty"` -} - -// Validate validates this entity edit -func (m *EntityEdit) Validate(formats strfmt.Registry) error { - return nil -} - -// MarshalBinary interface implementation -func (m *EntityEdit) MarshalBinary() ([]byte, error) { - if m == nil { - return nil, nil - } - return swag.WriteJSON(m) -} - -// UnmarshalBinary interface implementation -func (m *EntityEdit) UnmarshalBinary(b []byte) error { - var res EntityEdit - if err := swag.ReadJSON(b, &res); err != nil { - return err - } - *m = res - return nil -} -- cgit v1.2.3