Showing 191 of 191 total issues

exported method Params.Signature should have comment or be unexported
Open

func (p *Params) Signature() string {
Severity: Minor
Found in bus/call.go by golint

method MachineId should be MachineID
Open

func (s *serviceDirectory) MachineId() (string, error) {
Severity: Minor
Found in bus/directory/directory.go by golint

should omit 2nd value from range; this loop is equivalent to for uid := range ...
Open

    for uid, _ := range o.meta.Methods {
Severity: Minor
Found in bus/object.go by golint

exported method CapabilityMap.RemoteCancelableCalls should have comment or be unexported
Open

func (c CapabilityMap) RemoteCancelableCalls() bool {
Severity: Minor
Found in bus/auth.go by golint

exported type Channel should have comment or be unexported
Open

type Channel interface {
Severity: Minor
Found in bus/channel.go by golint

should omit 2nd value from range; this loop is equivalent to for uid := range ...
Open

    for uid, _ := range impl.meta.Methods {
Severity: Minor
Found in bus/object.go by golint

exported method CapabilityMap.ObjectPtrUID should have comment or be unexported
Open

func (c CapabilityMap) ObjectPtrUID() bool {
Severity: Minor
Found in bus/auth.go by golint

exported function NewResponse should have comment or be unexported
Open

func NewResponse(signature string, instance interface{}) Response {
Severity: Minor
Found in bus/call.go by golint

exported method CapabilityMap.MetaObjectCache should have comment or be unexported
Open

func (c CapabilityMap) MetaObjectCache() bool {
Severity: Minor
Found in bus/auth.go by golint

exported type Response should have comment or be unexported
Open

type Response struct {
Severity: Minor
Found in bus/call.go by golint

package comment is detached; there should be no blank lines between it and the package statement
Open


package comment is detached; there should be no blank lines between it and the package statement
Open


Severity: Minor
Found in examples/video/video_proxy.go by golint

exported function CleanMethodName should have comment or be unexported
Open

func CleanMethodName(name string) string {
Severity: Minor
Found in meta/signature/name.go by golint

exported type Decoder should have comment or be unexported
Open

type Decoder interface {
Severity: Minor
Found in type/encoding/encoding.go by golint

if block ends with a return statement, so drop this else and outdent its block
Open

        } else {
Severity: Minor
Found in type/encoding/encoding.go by golint

exported function ObjectReference should have comment or be unexported
Open

func ObjectReference(p Proxy) object.ObjectReference {
Severity: Minor
Found in bus/proxy.go by golint

exported type BinaryDecoder should have comment or be unexported
Open

type BinaryDecoder interface {
Severity: Minor
Found in type/encoding/encoding.go by golint

exported function Now should have comment or be unexported
Open

func Now() TimePoint {
Severity: Minor
Found in bus/services/proxy_decorator.go by golint

exported function NewJSONEncoder should have comment or be unexported
Open

func NewJSONEncoder(w io.Writer) Encoder {
Severity: Minor
Found in type/encoding/json.go by golint

exported function TypeIsObjectReference should have comment or be unexported
Open

func TypeIsObjectReference(t Type) bool {
Severity: Minor
Found in meta/signature/type.go by golint
Severity
Category
Status
Source
Language