From the course: Deep Dive Into Go Lang Interfaces

Unlock this course with a free trial

Join today to access over 25,300 courses taught by industry experts.

Challenge: Interface design

Challenge: Interface design

(upbeat music) - [Instructor] In this challenge, I want you to implement the Puller interface. We have a database with records. Each record has a key and a data, and we would like you to implement the Puller interface, which allows you to pull a single record from the database.

Contents