package
0.0.0-20220822104208-375eabb1ccd1
Repository: https://github.com/burakkarasel/theatre-api.git
Documentation: pkg.go.dev

# Functions

NewServer creates a new server instance with given store and sets up our routing.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

CreateDirectorRequest holds createDirector request's json data.
CreateMovieRequest holds request json data.
CreateTicketRequest holds the json data of the createTicket.
CreateTicketResponse holds the data for createTicket response.
CreateUserRequest holds the json data of the request.
DeleteTicketRequest holds the uri data of the request.
GetDirectorRequest holds request data for getDirector.
GetMovieRequest holds the uri data of the request.
GetMovieResponse holds the data of the response.
GetTicketRequest holds uri data of the request.
GetTicketResponse holds the json data of the response.
ListDirectorsRequest holds query values of the request.
ListMovieRequest holds query data of the request.
ListTicketRequest holds the query data of the request.
LoginUserRequest holds the json data of the request.
LoginUserResponse holds login response data.
Server serves HTTP requests for our theatre app service.
UserResponse holds json the json data of the response.