Versions in this module Expand all Collapse all v51 v51.0.0 Jan 27, 2021 Changes in this version + const None + func GetConstTypeChanges(lhs, rhs exports.Content) map[string]Signature + func GetFuncSigChanges(lhs, rhs exports.Content) map[string]FuncSig + func GetInterfaceMethodSigChanges(lhs, rhs exports.Content) map[string]InterfaceDef + func GetInterfaceMethods(lhs, rhs exports.Content) map[string]exports.Interface + func GetStructFieldChanges(lhs, rhs exports.Content) map[string]StructDef + func GetStructFields(lhs, rhs exports.Content) map[string]exports.Struct + type Content struct + CompleteStructs []string + func GetExports(lhs, rhs exports.Content) Content + func NewContent() Content + func (c Content) Count() int + func (c Content) GetModifiedStructs() map[string]exports.Struct + type FuncSig struct + Params *Signature + Returns *Signature + type InterfaceDef struct + MethodSigs map[string]FuncSig + type Signature struct + From string + To string + type StructDef struct + Fields map[string]Signature Other modules containing this package github.com/pmalek-sumo/azure-sdk-for-go