Discover Packages
github.com/kiwsan/golang-movie-service
cmd
infraestructure
marshallers
package
Version:
v0.0.0-...-e5ef398
Opens a new window with list of versions in this module.
Published: Aug 22, 2021
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
func MarshallArray(movies []models .Movie ) []interface{}
type MovieJson struct {
Id int64 `json:"id"`
Name string `json:"name"`
Director string `json:"director"`
Writer string `json:"writer"`
Stars string `json:"stars"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.