|
func (a Adapter) Save(order *domain.Order) error { |
please review the topic 4.2.5 Implementing Adapters at the following point:
"You can see Get and Save methods in the code snippets below. It is important to understand how the Adapter instance is delegated to functions via receiver functions."
missing Save method on ebook.
microservices/order/internal/adapters/db/db.go
Line 50 in 220857c
please review the topic 4.2.5 Implementing Adapters at the following point:
"You can see Get and Save methods in the code snippets below. It is important to understand how the Adapter instance is delegated to functions via receiver functions."
missing Save method on ebook.