Searching for: Type Methods in Go
Methods
Language: Go

Methods are functions which have a receiver argument (belonging to a predefined type).

Interfaces
Language: Go

Interfaces are types that contain several method signatures (method name declarations without implementation).

Function Declaration
Language: Go

A function (method) is a block of code that can be called from another location in the program or class. It is used to reduce the repetition of multiple lines of code.