package handler import ( "context" pb "sghgogs.com/sghblog/authorization-service/proto" ) type Authentication struct { } func (svc *Authentication) GetAuthentication(ctx context.Context, auth *pb.AuthenticationRequest, rsp *pb.AuthenticationResponse) error { return nil }